Skip to content

Commit c0e5628

Browse files
whitneywhtsangetiotto
authored andcommitted
Update mlir-sycl for llvm commit 221f9c8
Signed-off-by: Tsang, Whitney <[email protected]>
1 parent 9f11585 commit c0e5628

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mlir-sycl/include/SYCL/SYCLOps.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ include "mlir/Interfaces/CastInterfaces.td"
2222
def SYCL_Dialect : Dialect {
2323
let name = "sycl";
2424
let cppNamespace = "::mlir::sycl";
25+
let useDefaultTypePrinterParser = 1;
2526
}
2627

27-
class SYCL_Op<string mnemonic, list<OpTrait> traits = []>
28+
class SYCL_Op<string mnemonic, list<Trait> traits = []>
2829
: Op<SYCL_Dialect, mnemonic, traits>;
2930

3031
def SYCL_IDType : DialectType<SYCL_Dialect, CPred<"$_self.isa<IDType>()">, "sycl::id type">;

mlir-sycl/lib/SYCL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ else()
3535
)
3636
endif()
3737

38-
add_mlir_dialect_library(MLIRSYCL
38+
add_mlir_dialect_library(MLIRSYCLDialect
3939
SYCLOpsDialect.cpp
4040
SYCLOpsTypes.cpp
4141
SYCLOpsAlias.cpp

0 commit comments

Comments
 (0)