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

Commit 697e3bd

Browse files
Removing HOST_RUN_PLACEHOLDER for ESIMD Kernels
- Host backend and esimd_emulator backend share same header file for memory intrinsic support - memory_intrin.h - This sharing prevents the same header file from supporting both backend types as some intrinsic support (e.g. __esimd_media_ld/st) are different and they are chosen during kernel compilation - while backends are chosen during kernel execution - Therefore, tests invoking those implementations must not contain 'HOST_RUN_PLACEHOLDER' as the implementations require esimd_emulator backend
1 parent c53aa85 commit 697e3bd

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

SYCL/ESIMD/histogram.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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
1413
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1514

1615
#include "esimd_test_utils.hpp"

SYCL/ESIMD/histogram_2d.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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
1413
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1514

1615
#include "esimd_test_utils.hpp"

SYCL/ESIMD/histogram_raw_send.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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
1615
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1716

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

SYCL/ESIMD/linear/linear.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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
1413
// RUN: %GPU_RUN_PLACEHOLDER %t.out %S/linear_in.bmp %S/linear_gold_hw.bmp
1514

1615
#include "bitmap_helpers.h"

SYCL/ESIMD/vadd_2d.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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
1413
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1514

1615
#include "esimd_test_utils.hpp"

0 commit comments

Comments
 (0)