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 84861f6 commit c6001eeCopy full SHA for c6001ee
sycl/test-e2e/AtomicRef/assignment_atomic64_generic.cpp
@@ -2,6 +2,9 @@
2
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
3
// RUN: %{run} %t.out
4
5
+// https://github.com/intel/llvm/issues/15791
6
+// UNSUPPORTED: hip_amd
7
+
8
#include "assignment.h"
9
#include <iostream>
10
using namespace sycl;
sycl/test-e2e/AtomicRef/exchange.cpp
@@ -1,6 +1,9 @@
1
// RUN: %{build} -o %t.out
#include "exchange.h"
int main() { exchange_test_all<access::address_space::global_space>(); }
0 commit comments