Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fineg74 committed Mar 5, 2024
1 parent 3bbc5b2 commit 836c1ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sycl/test-e2e/ESIMD/unified_memory_api/Inputs/block_store.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,6 @@ bool testLocalAccSLM(queue Q, uint32_t Groups,
auto OutPtr = Out.data();

CGH.parallel_for(Range, [=](sycl::nd_item<1> ndi) SYCL_ESIMD_KERNEL {
constexpr uint32_t SLMSize = (GroupSize * N) * sizeof(T);
slm_init<SLMSize>();

uint16_t GlobalID = ndi.get_global_id(0);
uint16_t LocalID = ndi.get_local_id(0);
uint32_t LocalElemOffset = LocalID * N * sizeof(T);
Expand Down

0 comments on commit 836c1ed

Please sign in to comment.