Skip to content

Commit 4720439

Browse files
committed
Re-enable memory_async tests since race condition is fixed
1 parent c7e44ad commit 4720439

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sycl/test-e2e/syclcompat/memory/memory_async.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,9 @@
3434
// RUN: %{run} %t.out
3535
// Tests for the sycl::events returned from syclcompat::*Async API calls
3636

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
4037
#include <stdio.h>
41-
4238
#include <sycl/detail/core.hpp>
43-
4439
#include <syclcompat/memory.hpp>
45-
4640
#include "memory_fixt.hpp"
4741

4842
// enqueue_free is just a host task, so we are really testing the event

0 commit comments

Comments
 (0)