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.
2 parents b2a1d76 + 265eb28 commit 39f46a5Copy full SHA for 39f46a5
test/smoke/hipmalloc-omptarget-multifile/support.cpp
@@ -1,5 +1,6 @@
1
#include "hip/hip_runtime.h"
2
#include "support.h"
3
+#include "stdio.h"
4
5
void printHipError(hipError_t error) {
6
fprintf(stderr,"Hip Error: %s\n", hipGetErrorString(error));
0 commit comments