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 c7e44ad commit 4720439Copy full SHA for 4720439
sycl/test-e2e/syclcompat/memory/memory_async.cpp
@@ -34,15 +34,9 @@
34
// RUN: %{run} %t.out
35
// Tests for the sycl::events returned from syclcompat::*Async API calls
36
37
-// TODO: Re-enable, see https://github.com/intel/llvm/issues/13636
38
-// and possibly related: https://github.com/intel/llvm/issues/14623
39
-// UNSUPPORTED: true
40
#include <stdio.h>
41
-
42
#include <sycl/detail/core.hpp>
43
44
#include <syclcompat/memory.hpp>
45
46
#include "memory_fixt.hpp"
47
48
// enqueue_free is just a host task, so we are really testing the event
0 commit comments