hipconfig tries printing the version of nvcc assumed to be on the PATH, not the one that actually gets picked up.

[ROCm/hip commit: 2cdf39edfd]
Этот коммит содержится в:
Nagy-Egri Máté Ferenc
2021-08-19 06:57:06 +02:00
коммит произвёл GitHub
родитель a9ff89b3ec
Коммит e1cf81a992
+2 -2
Просмотреть файл
@@ -192,8 +192,8 @@ if (!$printed or $p_full) {
if ($HIP_PLATFORM eq "nvidia") {
print "\n" ;
print "== nvcc\n";
#print "CUDA_PATH :", $CUDA_PATH";
system("nvcc --version");
print "CUDA_PATH : ", $CUDA_PATH, "\n";
system("$CUDA_PATH/bin/nvcc --version");
}
print "\n" ;