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

Commit 6580013

Browse files
Revert "Removing HOST_RUN_PLACEHOLDER for ESIMD Kernels"
This reverts commit 697e3bd.
1 parent b6601cf commit 6580013

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

SYCL/ESIMD/histogram.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// TODO: esimd_emulator fails due to outdated __esimd_media_ld
1111
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
13+
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1314
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1415

1516
#include "esimd_test_utils.hpp"

SYCL/ESIMD/histogram_2d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// TODO: esimd_emulator fails due to outdated __esimd_media_ld
1111
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
13+
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1314
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1415

1516
#include "esimd_test_utils.hpp"

SYCL/ESIMD/histogram_raw_send.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// TODO: esimd_emulator fails due to outdated __esimd_media_ld
1313
// XFAIL: esimd_emulator
1414
// RUN: %clangxx -fsycl %s -o %t.out
15+
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1617

1718
// The test checks raw send functionality with atomic write implementation

SYCL/ESIMD/linear/linear.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// TODO: esimd_emulator fails due to outdated __esimd_media_ld
1111
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
13+
// RUN: %HOST_RUN_PLACEHOLDER %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
1314
// RUN: %GPU_RUN_PLACEHOLDER %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
1415

1516
#include "bitmap_helpers.h"

SYCL/ESIMD/vadd_2d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// TODO: esimd_emulator fails due to outdated __esimd_media_ld
1111
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
13+
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1314
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1415

1516
#include "esimd_test_utils.hpp"

0 commit comments

Comments
 (0)