Skip to content

Commit 7384caf

Browse files
author
arnamoy.bhattacharyya
committed
minor changes
1 parent f510aa8 commit 7384caf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mlir-sycl/include/mlir/Dialect/SYCL/IR/SYCLOps.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def NDItemMemRef : MemRefOf<[SYCL_NdItemType]>;
118118
def GroupMemRef : MemRefOf<[SYCL_GroupType]>;
119119
def VecMemRef : MemRefOf<[SYCL_VecType]>;
120120

121-
122121
def SYCLMemref : AnyTypeOf<[
123122
IDMemRef,
124123
AccessorCommonMemRef,

mlir-sycl/test/Dialect/IR/SYCL/constructor.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ func.func @AccessorImplDevice(%arg0: memref<?x!sycl.accessor_impl_device<[1], (!
77
return
88
}
99

10-
// Ensure sycl.id and sycl.range types can be arguments of sycl.constructor.
10+
// Ensure integer pointer can be arguments of sycl.constructor.
1111
// CHECK-LABEL: func.func @TestConstructorII32Ptr
1212
func.func @TestConstructorII32Ptr(%arg0: memref<?x!sycl.id<1>, 4>, %arg1: memref<?xi32, 1>) {
1313
sycl.constructor(%arg0, %arg1) {MangledFunctionName = @_ZN4sycl3_V19multi_ptrIjLNS0_6access13address_spaceE1ELNS2_9decoratedE1EEC1EPU3AS1j, Type = @multi_ptr} : (memref<?x!sycl.id<1>, 4>, memref<?xi32, 1>) -> ()

0 commit comments

Comments
 (0)