Skip to content

Commit

Permalink
[Doc] Fix type in CUDA.cmake (dmlc#3479)
Browse files Browse the repository at this point in the history
Co-authored-by: Minjie Wang <[email protected]>
  • Loading branch information
standbyme and jermainewang authored Nov 8, 2021
1 parent 2a757d4 commit 9c41e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/CUDA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function(dgl_select_nvcc_arch_flags out_variable)
endfunction()

################################################################################################
# Short command for cuda comnpilation
# Short command for cuda compilation
# Usage:
# dgl_cuda_compile(<objlist_variable> <cuda_files>)
macro(dgl_cuda_compile objlist_variable)
Expand Down

0 comments on commit 9c41e97

Please sign in to comment.