Просмотр исходного кода

Updated comment about building the ptx file.

Steven Engler 8 лет назад
Родитель
Сommit
c8073ddbb2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      parrhoasm.cu

+ 1 - 1
parrhoasm.cu

@@ -240,7 +240,7 @@ __global__ void cudaMulmod(GlobalThreadState *global_ts,
         int multtype;
 	asm volatile("mov.u32 %0, $xr0;" : "=r" (xlow));
 	// volatile qualifier needed to prevent the compiler from moving it outside of the loop
-	// change can be seen by reading 'cudadl.o' after compiling with the nvcc '-ptx' option
+	// change can be seen by building with 'make ptx' and reading the 'parrhoasm.ptx' file
 
         if (xlow < TWO_32_DIV_3)
         {