Skip to content

Commit

Permalink
Check flaky fail
Browse files Browse the repository at this point in the history
  • Loading branch information
KornevNikita committed Feb 13, 2024
1 parent 5921f9c commit 62e4eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sycl-post-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ jobs:
name: macOS
if: github.repository == 'intel/llvm'
uses: ./.github/workflows/sycl-macos-build-and-test.yml

5 changes: 1 addition & 4 deletions sycl/test-e2e/USM/usm_pooling.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// REQUIRES: level_zero
// REQUIRES: level_zero, gpu-intel-dg2
// RUN: %{build} -o %t.out

// https://github.com/intel/llvm/issues/12397
// UNSUPPORTED: gpu-intel-dg2

// Allocate 2 items of 2MB. Free 2. Allocate 3 more of 2MB.

// With no pooling: 1,2,3,4,5 allocs lead to ZE call.
Expand Down

0 comments on commit 62e4eac

Please sign in to comment.