We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b101f7c + b6ae107 commit b24eb6aCopy full SHA for b24eb6a
bin/hipfc
@@ -299,7 +299,7 @@ if [ "${HIPFORT_GPU:0:3}" == "sm_" ] ; then
299
TARGET_ARCH="nvptx"
300
TARGET_TRIPLE=${TARGET_TRIPLE:-nvptx64-nvidia-cuda}
301
TARGET_LIBS="-L$CUDA_PATH/targets/x86_64-linux/lib -lcudart"
302
- HIPCC_ENV="HIP_PLATFORM=nvcc"
+ HIPCC_ENV="HIP_PLATFORM=nvidia"
303
HIPCC_OPTS="--gpu-architecture=$HIPFORT_GPU -x cu $CUOPTS"
304
# fixme: add test for minimum cuda version here
305
else
0 commit comments