Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[ESIMD] Enable the test imulh_umulh.cpp #1594

Merged
merged 1 commit into from
Feb 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions SYCL/ESIMD/imulh_umulh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// TODO: the test gives irregular fails in CI (flaky), disabled until resolved.
// UNSUPPORTED: gpu

// The test verifies ESIMD API that multiplies 2 32-bit integer scalars/vectors
// resulting into 64-bit result and returning the result as 2 parts:
// lower 32-bits in the input modified operand and upper 32-bits as return
Expand Down