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 6392c48 commit c45cac3Copy full SHA for c45cac3
clang/runtime/dpct-rt/include/dpct/codepin/codepin.hpp
@@ -49,8 +49,7 @@
49
#pragma message( \
50
"CodePin data sampling feature is enabled for data dump. As follow list 3 configs for data sampling:")
51
#pragma message("CODEPIN_RAND_SEED: " CODEPIN_TO_STR(CODEPIN_RAND_SEED))
52
-#pragma message("CODEPIN_SAMPLING_THRESHOLD: " CODEPIN_TO_STR( \
53
- CODEPIN_SAMPLING_THRESHOLD))
+#pragma message("CODEPIN_SAMPLING_THRESHOLD: " CODEPIN_TO_STR(CODEPIN_SAMPLING_THRESHOLD))
54
#pragma message("CODEPIN_SAMPLING_PERCENT: " CODEPIN_TO_STR(CODEPIN_SAMPLING_PERCENT))
55
56
"Define the macros in the build command to change sampling configs. Also refer to codepin.hpp for definitions and default value of the macros.")
0 commit comments