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 fadcd30 commit 5d0e93cCopy full SHA for 5d0e93c
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