summaryrefslogtreecommitdiff
path: root/setup_environment
diff options
context:
space:
mode:
Diffstat (limited to 'setup_environment')
-rw-r--r--setup_environment5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup_environment b/setup_environment
index 9578942..b420584 100644
--- a/setup_environment
+++ b/setup_environment
@@ -56,6 +56,11 @@ if [ $CUDA_VERSION_NUMBER -gt 9100 -o $CUDA_VERSION_NUMBER -lt 2030 ]; then
return
fi
+if [ $CUDA_VERSION_NUMBER -ge 6000 ]; then
+ export PTX_SIM_USE_PTX_FILE=1.ptx
+ export PTX_SIM_KERNELFILE=_1.ptx
+ export CUOBJDUMP_SIM_FILE=jj
+fi
if [ $# = '1' ] ;