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

Commit e1f8aac

Browse files
committed
Fix a typo
1 parent 592c8b4 commit e1f8aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/ESIMD/api/slm_gather_scatter_heavy.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
10-
``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` // RUN: %clangxx -fsycl %s -o %t.out
10+
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//
1313
// The test checks functionality of the slm gather/scatter ESIMD intrinsics.
@@ -31,7 +31,7 @@
3131
#include <sycl/ext/intel/esimd.hpp>
3232
#include <sycl/sycl.hpp>
3333

34-
using namespace sycl;
34+
using namespace sycl;
3535

3636
template <class T>
3737
using Acc = accessor<T, 1, access_mode::read_write, access::target::device>;

0 commit comments

Comments
 (0)