@@ -747,49 +747,68 @@ jobs:
747747 # invalid argument "all,capabilities=compute,utility" for "--gpus" flag: invalid count (utility): value must be either "all" or an integer: invalid syntax
748748 # same with ubuntu-22.04-8c-32g-300h
749749
750-
751- - desc : 1 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
752- nametag : linux-optix-vfx2025
753- # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
754- container : aswf/ci-osl:2025
755- container_options : --gpus "all,\"capabilities=compute,utility\""
756- cxx_std : 17
757- python_ver : " 3.11"
758- pybind11_ver : v2.11.1
759- simd : avx2,f16c
760- setenvs : export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
761- OPTIX_VERSION=9.0.0
762- OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
763- - desc : 2 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
764- nametag : linux-optix-vfx2025
765- # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
766- container : aswf/ci-osl:2025
767- container_options : --gpus all,\"capabilities=compute,utility\"
768- cxx_std : 17
769- python_ver : " 3.11"
770- pybind11_ver : v2.11.1
771- simd : avx2,f16c
772- setenvs : export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
773- OPTIX_VERSION=9.0.0
774- OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
775- - desc : 3 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
750+ # 1 container_options: --gpus "all,\"capabilities=compute,utility\""
751+ # Error response from daemon: could not select device driver "" with capabilities: [[compute utility gpu]]
752+ # 2 container_options: --gpus all,\"capabilities=compute,utility\"
753+ # Error response from daemon: could not select device driver "" with capabilities: [[compute utility gpu]]
754+ # 3 --gpus all
755+ # Error response from daemon: could not select device driver "" with capabilities: [[gpu]]
756+
757+ - desc : 0 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
776758 nametag : linux-optix-vfx2025
777759 # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
778760 container : aswf/ci-osl:2025
779- container_options : --gpus all
761+ # container_options: --gpus " all,\"capabilities=compute,utility\""
780762 cxx_std : 17
781763 python_ver : " 3.11"
782764 pybind11_ver : v2.11.1
783765 simd : avx2,f16c
784766 setenvs : export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
785767 OPTIX_VERSION=9.0.0
786768 OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
769+ # - desc: 1 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
770+ # nametag: linux-optix-vfx2025
771+ # # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
772+ # container: aswf/ci-osl:2025
773+ # container_options: --gpus "all,\"capabilities=compute,utility\""
774+ # cxx_std: 17
775+ # python_ver: "3.11"
776+ # pybind11_ver: v2.11.1
777+ # simd: avx2,f16c
778+ # setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
779+ # OPTIX_VERSION=9.0.0
780+ # OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
781+ # - desc: 2 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
782+ # nametag: linux-optix-vfx2025
783+ # # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
784+ # container: aswf/ci-osl:2025
785+ # container_options: --gpus all,\"capabilities=compute,utility\"
786+ # cxx_std: 17
787+ # python_ver: "3.11"
788+ # pybind11_ver: v2.11.1
789+ # simd: avx2,f16c
790+ # setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
791+ # OPTIX_VERSION=9.0.0
792+ # OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
793+ # - desc: 3 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
794+ # nametag: linux-optix-vfx2025
795+ # # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
796+ # container: aswf/ci-osl:2025
797+ # container_options: --gpus all
798+ # cxx_std: 17
799+ # python_ver: "3.11"
800+ # pybind11_ver: v2.11.1
801+ # simd: avx2,f16c
802+ # setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
803+ # OPTIX_VERSION=9.0.0
804+ # OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
805+
787806 # runs-on: ${{ matrix.runner }}
788- # runs-on: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22 .04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
789- runs-on : ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-8c-32g-300h') || 'ubuntu-latest' }}
807+ runs-on : ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20 .04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
808+ # runs-on: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-8c-32g-300h') || 'ubuntu-latest' }}
790809 container :
791810 image : ${{ matrix.container }}
792- options : ${{ matrix.container_options }}
811+ # options: ${{ matrix.container_options }}
793812 # options: --gpus 'all,"capabilities=compute,utility"'
794813
795814 env :
0 commit comments