rich7420 commented on PR #745: URL: https://github.com/apache/mahout/pull/745#issuecomment-3674181596
With this PR, we don’t do anything special with that env. We just use CUDA’s device index, so if you run CUDA_VISIBLE_DEVICES=1 python some_script.py, the engine just sees one device as 0. The DLPack metadata will also report (kDLCUDA, 0), which matches what PyTorch and other libraries in the same process see. plz correct me if I'm wrong. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
