Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update llvm commit #357

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/imex-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20f2eef4f6c10fcbd68d358591c8b3ef4d1b97d2
8209807be6148d81fda6f439a01b77696986dd3e
2 changes: 1 addition & 1 deletion cmake/llvm-version-imex.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f06563a5c0d239a6b98f74db522681613254ad08
3191587666aa3d1e53966bc8876614c7197fac4f
2 changes: 1 addition & 1 deletion cmake/llvm-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f06563a5c0d239a6b98f74db522681613254ad08
3191587666aa3d1e53966bc8876614c7197fac4f
2 changes: 1 addition & 1 deletion test/mlir/test/gc/gpu-runner/mlp.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: gc-opt %s --gc-gpu-pipeline | gc-cpu-runner -e main -entry-point-result=void --shared-libs=%mlir_runner_utils,%mlir_c_runner_utils,%opencl_runtime | FileCheck %s
// RUN: gc-opt %s --gc-gpu-pipeline="is-usm-args=false" | gc-cpu-runner -e main -entry-point-result=void --shared-libs=%mlir_runner_utils,%mlir_c_runner_utils,%opencl_runtime | FileCheck %s
#map0 = affine_map<(d0, d1) -> (d1)>
#map1 = affine_map<(d0, d1) -> (d0, d1)>
#map2 = affine_map<(d0, d1, d2) -> (d0, d2)>
Expand Down