mirror of
https://github.com/coreylowman/cudarc.git
synced 2026-05-30 13:09:48 +09:00
* fixes a few issues with multi gpu usage in both candle and mistralrs * remove get ctx and add tests * use println and add tst for ctx-thread assocation * Update src/driver/safe/core.rs Co-authored-by: Chelsea Lowman <clowman1993@gmail.com> * Update src/driver/safe/core.rs * moved peer copy into memcpy_dtod * added peer-to-peer test for same device. ensures that cudaslice cloning still works with single card. --------- Co-authored-by: Chelsea Lowman <clowman1993@gmail.com>