Skip to content

Commit 817a44f

Browse files
authored
[ROCM] Remove docker, contrib ops, ci scripts related to ROCM EP (#26697)
### Description This is follow up of #25181 to remove ROCM EP related files to avoid confusion. Documents will be updated later. ### Motivation and Context #26692
1 parent 2b659e4 commit 817a44f

File tree

62 files changed

+1
-8405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1
-8405
lines changed

dockerfiles/Dockerfile.rocm

Lines changed: 0 additions & 24 deletions
This file was deleted.

dockerfiles/README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Dockerfiles
22
**Execution Providers**
33
- CPU: [Dockerfile](Dockerfile.source), [Instructions](#cpu)
4-
- CUDA/cuDNN: [Dockerfile](Dockerfile.cuda), [Instructions](#cuda)
4+
- CUDA: [Dockerfile](Dockerfile.cuda), [Instructions](#cuda)
55
- MIGraphX: [Dockerfile](Dockerfile.migraphx), [Instructions](#migraphx)
6-
- ROCm: [Dockerfile](Dockerfile.rocm), [Instructions](#rocm)
76
- OpenVINO: [Dockerfile](Dockerfile.openvino), [Instructions](#openvino)
87
- TensorRT: [Dockerfile](Dockerfile.tensorrt), [Instructions](#tensorrt)
98
- VitisAI: [Dockerfile](Dockerfile.vitisai)
@@ -304,17 +303,3 @@ Note: When running the container you built in Docker, please either use 'nvidia-
304303
```
305304
docker run -it --device=/dev/kfd --device=/dev/dri --group-add video onnxruntime-migraphx
306305
```
307-
308-
## ROCm
309-
**Ubuntu 22.04, ROCm6.2.3**
310-
311-
1. Build the docker image from the Dockerfile in this repository.
312-
```
313-
docker build -t onnxruntime-rocm -f Dockerfile.rocm .
314-
```
315-
316-
2. Run the Docker image
317-
318-
```
319-
docker run -it --device=/dev/kfd --device=/dev/dri --group-add video onnxruntime-rocm
320-
```

dockerfiles/scripts/install_rocm_deps.sh

Lines changed: 0 additions & 84 deletions
This file was deleted.

onnxruntime/contrib_ops/rocm/bert/attention.cu

Lines changed: 0 additions & 215 deletions
This file was deleted.

onnxruntime/contrib_ops/rocm/bert/attention.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)