mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[Reland] Add wrappers for synchronous GPUDirect Storage APIs (#133489)
Reland #130633 USE_CUFILE turned off by default in this version Pull Request resolved: https://github.com/pytorch/pytorch/pull/133489 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
c23dceb8f1
commit
018e48c337
@ -773,6 +773,7 @@ libtorch_python_cuda_core_sources = [
|
||||
"torch/csrc/cuda/shared/cudart.cpp",
|
||||
"torch/csrc/cuda/shared/nvtx.cpp",
|
||||
"torch/csrc/cuda/utils.cpp",
|
||||
"torch/csrc/cuda/GdsFile.cpp",
|
||||
]
|
||||
|
||||
libtorch_python_cuda_sources = libtorch_python_cuda_core_sources + [
|
||||
|
Reference in New Issue
Block a user