"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "50cbb0ecfecef497bc4fb08816d4217d1c84f593"
Unverified Commit 9c41e97c authored by Hongyu Cai's avatar Hongyu Cai Committed by GitHub
Browse files

[Doc] Fix type in CUDA.cmake (#3479)


Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
parent 2a757d4a
...@@ -169,7 +169,7 @@ function(dgl_select_nvcc_arch_flags out_variable) ...@@ -169,7 +169,7 @@ function(dgl_select_nvcc_arch_flags out_variable)
endfunction() endfunction()
################################################################################################ ################################################################################################
# Short command for cuda comnpilation # Short command for cuda compilation
# Usage: # Usage:
# dgl_cuda_compile(<objlist_variable> <cuda_files>) # dgl_cuda_compile(<objlist_variable> <cuda_files>)
macro(dgl_cuda_compile objlist_variable) macro(dgl_cuda_compile objlist_variable)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment