Skip to content

Commit eeea735

Browse files
committed
Try optix 7.0 and 8.0, since on the last try with optix 9, we got
[OPTIX ERROR] OptiX call 'optixInit()' failed with error: OPTIX_ERROR_UNSUPPORTED_ABI_VERSION (/__w/OpenShadingLanguage/OpenShadingLanguage/src/testshade/optixgridrender.cpp:114) Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent ef49722 commit eeea735

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,19 @@ jobs:
764764
pybind11_ver: v2.11.1
765765
simd: avx2,f16c
766766
setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
767-
OPTIX_VERSION=9.0.0
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
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=8.0.0
768780
OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
769781
# - desc: 1 VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
770782
# nametag: linux-optix-vfx2025

0 commit comments

Comments
 (0)