Skip to content

Commit 86f2dc3

Browse files
[SYCL-MLIR][NFC] Remove unused variable 'genericAddressSpace' (#8757)
mlir-sycl/lib/Conversion/SYCLToGPU/SYCLToGPU.cpp:34:20: warning: unused variable 'genericAddressSpace' Signed-off-by: Tsang, Whitney <[email protected]>
1 parent 7d18f9b commit 86f2dc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir-sycl/lib/Conversion/SYCLToGPU/SYCLToGPU.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ using namespace mlir;
3131
using namespace mlir::sycl;
3232

3333
namespace {
34-
constexpr unsigned genericAddressSpace{4};
35-
3634
template <typename SYCLOpTy> struct gpu_counterpart_operation {};
3735

3836
template <> struct gpu_counterpart_operation<SYCLWorkGroupIDOp> {

0 commit comments

Comments
 (0)