Conversation
|
cscs-ci run |
2 similar comments
|
cscs-ci run |
|
cscs-ci run |
| https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64 | ||
| chmod +x "${LOCAL_BIN}/bazelisk-real" | ||
| for CMD in bazelisk bazel; do | ||
| printf '#!/bin/bash\nset -euo pipefail\n' > "${LOCAL_BIN}/${CMD}" |
There was a problem hiding this comment.
@luraess we shouldn't need to do that, we can just set flags that we pass to the bazel exe, like in https://github.com/EnzymeAD/ReactantBuilder/blob/f341d32d310c9d7c175f4e9bd13e8f44a42fae03/R/Reactant/build_tarballs.jl#L109
via build_local.jl we should (in principle) be able to pass them with https://github.com/EnzymeAD/Reactant.jl/blob/562863ddc7659c786d38b201317f6c7ce39b57f3/deps/build_local.jl#L112
There was a problem hiding this comment.
Thanks for the pointer. Included it
|
@wsmoses I am close to getting things to compile on MI300 but ROCm build fails compiling CI log is available here https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/8804541097822692/4070757937813711/-/jobs/15188043508#L3378 SummaryBuilding ErrorFollowed by a cascade of Effective dependency pinsReactant Target: AMD MI300 / |
|
@mofeing re rebase / triton stuff |
|
@luraess also just to confirm can you rebase on main? |
|
WRT Triton issue after rebase: Rebased this branch onto current (followed by a cascade of This is a Triton↔MLIR API skew on the ROCm Triton path —
Reaching this point required these ROCm-overlay fixes (all in this PR): HIP resource-dir funneling via |
|
build works, looks like you need to add rocm libs to ld_library_path? |
No description provided.