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 bf20e6e commit f288a31Copy full SHA for f288a31
unified-runtime/source/adapters/hip/device.cpp
@@ -13,6 +13,7 @@
13
#include "context.hpp"
14
#include "event.hpp"
15
16
+#include <array>
17
#include <hip/hip_runtime.h>
18
#include <sstream>
19
unified-runtime/source/adapters/hip/kernel.hpp
@@ -11,6 +11,7 @@
11
12
#include <ur_api.h>
#include <atomic>
#include <cassert>
#include <numeric>
0 commit comments