Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update onnxruntime/python/onnxruntime_pybind_mlvalue.h
Co-authored-by: Scott McKay <[email protected]>
  • Loading branch information
apwojcik and skottmckay authored Aug 7, 2025
commit a27c0c108b9894e5d790414d58c52f31612fe964
2 changes: 1 addition & 1 deletion onnxruntime/python/onnxruntime_pybind_mlvalue.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void CpuToCudaMemCpy(void* dst, const void* src, size_t num_bytes);

void CudaToCpuMemCpy(void* dst, const void* src, size_t num_bytes);

const std::unordered_map<OrtDevice, MemCpyFunc>* GetCudaToHostMemCpyFunction(const OrtDevice&);;
const std::unordered_map<OrtDevice, MemCpyFunc>* GetCudaToHostMemCpyFunction(const OrtDevice&);

bool IsCudaDeviceIdValid(const onnxruntime::logging::Logger& logger, int id);

Expand Down
Loading