Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
833 Discussions

The url to download one api for nvidia gpu cannot be accessed with a 404 error

jsmfeng
Beginner
144 Views

Hi Intel developers.

I want to install oneAPI for NVIDIA GPUs on my GPU-server (CentOS 7). I have installed oneAPI-2024.0.0 and cuda 12.4. I tried to download oneAPI for NVIDIA GPUs, but encountered the 404 error.

[zhuhong@gpu-server ~]$ wget https://developer.codeplay.com/api/v1/products/download?product=oneapi&variant=nvidia&filters[]=linux
[1] 7976
[2] 7977
bash: filters[]: bad array subscript
[zhuhong@gpu-server ~]$ --2025-12-04 13:53:39-- https://developer.codeplay.com/api/v1/products/download?product=oneapi
Resolving developer.codeplay.com (developer.codeplay.com)... 2606:50c0:8000::153, 2606:50c0:8001::153, 2606:50c0:8002::153, ...
Connecting to developer.codeplay.com (developer.codeplay.com)|2606:50c0:8000::153|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-12-04 13:53:39 ERROR 404: Not Found.

^C
[1]- Exit 8 wget https://developer.codeplay.com/api/v1/products/download?product=oneapi
[2]+ Done variant=nvidia
[zhuhong@gpu-server ~]$ wget https://developer.codeplay.com/api/v1/products/download?product=oneapi&variant=nvidia
[1] 8033
[zhuhong@gpu-server ~]$ --2025-12-04 13:53:51-- https://developer.codeplay.com/api/v1/products/download?product=oneapi
Resolving developer.codeplay.com (developer.codeplay.com)... 2606:50c0:8001::153, 2606:50c0:8002::153, 2606:50c0:8003::153, ...
Connecting to developer.codeplay.com (developer.codeplay.com)|2606:50c0:8001::153|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-12-04 13:53:51 ERROR 404: Not Found.

^C
[1]+ Exit 8 wget https://developer.codeplay.com/api/v1/products/download?product=oneapi 
[zhuhong@gpu-server ~]$ curl -LOJ "https://developer.codeplay.com/api/v1/products/download?product=oneapi&variant=nvidia&filters[]=linux"
curl: (3) [globbing] illegal character in range specification at pos 95

 

Any suggestions or comments will be appreciated. Thanks in advance.

 

Kind regards,

Hong Zhu

0 Kudos
0 Replies
Reply