Skip to content

Commit

Permalink
[bazel] Remove mlir-spirv-cpu-runner after 0e39b13… (#115533)
Browse files Browse the repository at this point in the history
…5d708a526d8faa
  • Loading branch information
pranavk authored Nov 8, 2024
1 parent c72389d commit 0dbdb32
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10095,34 +10095,6 @@ cc_binary(
],
)

cc_binary(
name = "mlir-spirv-cpu-runner",
srcs = ["tools/mlir-spirv-cpu-runner/mlir-spirv-cpu-runner.cpp"],
deps = [
":ArithDialect",
":BuiltinToLLVMIRTranslation",
":ExecutionEngineUtils",
":FuncDialect",
":FuncToLLVM",
":GPUDialect",
":GPUToSPIRV",
":GPUTransforms",
":LLVMDialect",
":LLVMToLLVMIRTranslation",
":MemRefDialect",
":MlirJitRunner",
":Pass",
":SPIRVConversion",
":SPIRVDialect",
":SPIRVToLLVM",
":SPIRVTransforms",
":ToLLVMIRTranslation",
"//llvm:Core",
"//llvm:Linker",
"//llvm:Support",
],
)

cc_library(
name = "TableGen",
srcs = glob(["lib/TableGen/*.cpp"]),
Expand Down

0 comments on commit 0dbdb32

Please sign in to comment.