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.
1 parent eb4bcb5 commit 8479e5aCopy full SHA for 8479e5a
testing/Makefile
@@ -119,8 +119,8 @@ nrt_extern: $(OUTPUT_DIR)/nrt_extern.cubin \
119
$(OUTPUT_DIR)/nrt_extern.ltoir
120
121
all: test_device_functions nrt_extern $(OUTPUT_DIR)/undefined_extern.cubin
122
- @echo "GPU CC: $(GPU_CC)"
123
- @echo "Alternative CC: $(ALT_CC)"
+ @>&2 echo "GPU CC: $(GPU_CC)"
+ @>&2 echo "Alternative CC: $(ALT_CC)"
124
125
clean:
126
rm -f *.cubin *.fatbin *.ptx *.o *.a *.ltoir
0 commit comments