@@ -739,34 +739,7 @@ jobs:
739739 # Failures so far:
740740
741741 # with 'ubuntu-20.04-gpu-t4-4c-16g-176h'
742- # 1 container_options: --gpus all,"capabilities=compute,utility"
743- # invalid argument "all,capabilities=compute,utility" for "--gpus" flag: invalid count (utility): value must be either "all" or an integer: invalid syntax
744- # 2 container_options: --gpus 'all,"capabilities=compute,utility"'
745- # invalid argument "'all,capabilities=compute,utility'" for "--gpus" flag: invalid count ('all): value must be either "all" or an integer: invalid syntax
746- # 3 container_options: --gpus 'all,\"capabilities=compute,utility\"'
747- # invalid argument "all,capabilities=compute,utility" for "--gpus" flag: invalid count (utility): value must be either "all" or an integer: invalid syntax
748- # same with ubuntu-22.04-8c-32g-300h
749-
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
758- nametag : linux-optix-vfx2025
759- # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
760- container : aswf/ci-osl:2025
761- # container_options: --gpus "all,\"capabilities=compute,utility\""
762- cxx_std : 17
763- python_ver : " 3.11"
764- pybind11_ver : v2.11.1
765- simd : avx2,f16c
766- setenvs : export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
767- OPTIX_VERSION=7.0.0
768- OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
769- - desc : 1 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
742+ - desc : VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
770743 nametag : linux-optix-vfx2025
771744 # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
772745 container : aswf/ci-osl:2025
@@ -778,50 +751,10 @@ jobs:
778751 setenvs : export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
779752 OPTIX_VERSION=8.0.0
780753 OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
781- # - desc: 1 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: 2 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,\"capabilities=compute,utility\"
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- # - desc: 3 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
806- # nametag: linux-optix-vfx2025
807- # # runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
808- # container: aswf/ci-osl:2025
809- # container_options: --gpus all
810- # cxx_std: 17
811- # python_ver: "3.11"
812- # pybind11_ver: v2.11.1
813- # simd: avx2,f16c
814- # setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
815- # OPTIX_VERSION=9.0.0
816- # OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
817754
818- # runs-on: ${{ matrix.runner }}
819755 runs-on : ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
820- # runs-on: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-8c-32g-300h') || 'ubuntu-latest' }}
821756 container :
822757 image : ${{ matrix.container }}
823- # options: ${{ matrix.container_options }}
824- # options: --gpus 'all,"capabilities=compute,utility"'
825758 options : -e NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility --gpus all
826759
827760 env :
0 commit comments