Skip to content

Commit 4733178

Browse files
committed
add reference
1 parent 844f8ce commit 4733178

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# refernece: https://github.com/jeremad/cuda-travis/blob/master/.travis.yml
12
language: cpp
23

34
sudo: enabled

cuda_setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def find_in_path(name, path):
2727
return os.path.abspath(binpath)
2828
return None
2929

30-
30+
# reference: https://arnon.dk/
31+
# matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
3132
def get_cuda_sm_list(cuda_ver):
3233
if "CUDA_SM_LIST" in os.environ:
3334
sm_list = os.environ["CUDA_SM_LIST"].split(",")

0 commit comments

Comments
 (0)