mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Build magma-cuda 129 (#155496)
followup for https://github.com/pytorch/pytorch/pull/155340 https://github.com/pytorch/pytorch/issues/155196 Pull Request resolved: https://github.com/pytorch/pytorch/pull/155496 Approved by: https://github.com/atalman
This commit is contained in:
parent
e7698ff5cf
commit
07e340e29c
|
|
@ -16,6 +16,7 @@ DOCKER_RUN = set -eou pipefail; ${DOCKER_CMD} run --rm -i \
|
||||||
magma/build_magma.sh
|
magma/build_magma.sh
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
all: magma-cuda129
|
||||||
all: magma-cuda128
|
all: magma-cuda128
|
||||||
all: magma-cuda126
|
all: magma-cuda126
|
||||||
all: magma-cuda118
|
all: magma-cuda118
|
||||||
|
|
@ -25,6 +26,12 @@ clean:
|
||||||
$(RM) -r magma-*
|
$(RM) -r magma-*
|
||||||
$(RM) -r output
|
$(RM) -r output
|
||||||
|
|
||||||
|
.PHONY: magma-cuda129
|
||||||
|
magma-cuda129: DESIRED_CUDA := 12.9
|
||||||
|
magma-cuda129: CUDA_ARCH_LIST += -gencode arch=compute_100,code=sm_100 -gencode arch=compute_120,code=sm_120
|
||||||
|
magma-cuda129:
|
||||||
|
$(DOCKER_RUN)
|
||||||
|
|
||||||
.PHONY: magma-cuda128
|
.PHONY: magma-cuda128
|
||||||
magma-cuda128: DESIRED_CUDA := 12.8
|
magma-cuda128: DESIRED_CUDA := 12.8
|
||||||
magma-cuda128: CUDA_ARCH_LIST += -gencode arch=compute_100,code=sm_100 -gencode arch=compute_120,code=sm_120
|
magma-cuda128: CUDA_ARCH_LIST += -gencode arch=compute_100,code=sm_100 -gencode arch=compute_120,code=sm_120
|
||||||
|
|
|
||||||
2
.github/workflows/build-magma-linux.yml
vendored
2
.github/workflows/build-magma-linux.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
id-token: write
|
id-token: write
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cuda_version: ["128", "126", "118"]
|
cuda_version: ["129", "128", "126", "118"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout PyTorch
|
- name: Checkout PyTorch
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user