* docker: add OCI image labels to all published images
* docker: propagate OCI labels as manifest and index annotations
* docker: drop hardcoded org URL and revert accidental intel version bump
The OCI image url and source are now driven by build args with a sensible default. The workflow passes the actual repository url so fork builds get labels pointing at the fork instead of upstream. Also restores the IGC, compute runtime, and IGDGMM versions in the intel Dockerfile labeled stage which I accidentally bumped in the first commit.
* docker: add skip_s390x workflow_dispatch input for fast test runs
Lets maintainers and PR authors trigger the docker workflow without the s390x build target, which depends on the IBM Z runner and is by far the slowest job in the matrix. The flag filters the s390x row out of the build matrix before merge_matrix is derived, so the merge job sees a consistent shape too.
Signed-off-by: Samaresh Kumar Singh <[email protected]>
---------
Signed-off-by: Samaresh Kumar Singh <[email protected]>
* musa: apply mublas API changes
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: update musa version to 4.2.0
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: restore MUSA graph settings in CMakeLists.txt
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: disable mudnnMemcpyAsync by default
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: switch back to non-mudnn images
Signed-off-by: Xiaodong Ye <[email protected]>
* minor changes
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: restore rc in docker image tag
Signed-off-by: Xiaodong Ye <[email protected]>
---------
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: fix build warning (unused parameter)
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: upgrade MUSA SDK version to rc4.0.1
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: use mudnn::Unary::IDENTITY op to accelerate D2D memory copy
Signed-off-by: Xiaodong Ye <[email protected]>
* Update ggml/src/ggml-cuda/cpy.cu
Co-authored-by: Johannes Gäßler <[email protected]>
* musa: remove MUDNN_CHECK_GEN and use CUDA_CHECK_GEN instead in MUDNN_CHECK
Signed-off-by: Xiaodong Ye <[email protected]>
---------
Signed-off-by: Xiaodong Ye <[email protected]>
Co-authored-by: Johannes Gäßler <[email protected]>
* musa: Update MUSA SDK version to rc3.1.1
Signed-off-by: Xiaodong Ye <[email protected]>
* musa: Remove workaround in PR #10042
Signed-off-by: Xiaodong Ye <[email protected]>
---------
Signed-off-by: Xiaodong Ye <[email protected]>