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 c96bb6f commit e16dfd0Copy full SHA for e16dfd0
amd/comgr/test-lit/time-statistics.cl
@@ -0,0 +1,7 @@
1
+// COM: Check for any runtime errors with the Comgr Profilier
2
+// RUN: AMD_COMGR_TIME_STATISTICS=1 compile-minimal-test %s %t.bin
3
+// RUN: test -f PerfStatsLog.txt
4
+
5
+void kernel add(__global float *A, __global float *B, __global float *C) {
6
+ *C = *A + *B;
7
+}
0 commit comments