diff --git a/scripts/releases-to-pep-503.sh b/scripts/releases-to-pep-503.sh index e4ddb67e..8da51ed4 100755 --- a/scripts/releases-to-pep-503.sh +++ b/scripts/releases-to-pep-503.sh @@ -122,6 +122,7 @@ if [ "$version" == "cpu" ]; then echo " CUDA 12.4
" >> "$root_dir/index.html" echo " ROCm 6.2.1
" >> "$root_dir/index.html" echo " Vulkan
" >> "$root_dir/index.html" + echo " SYCL
" >> "$root_dir/index.html" echo " " >> "$root_dir/index.html" echo "" >> "$root_dir/index.html" fi