Hi, I saw that in the multi_gpu branch, GPU architecture was statically specified to Volta(sm_70) :
$ cat benchmark_multi_gpu/Makefile|grep -m1 -C1 -- -gencode
NVCCGENCODE = \
-gencode arch=compute_70,code=sm_70
# -gencode arch=compute_61,code=sm_61
Does multi-gpu support Ampere?
Hi, I saw that in the
multi_gpubranch, GPU architecture was statically specified to Volta(sm_70) :Does multi-gpu support Ampere?