Skip to content

Commit 3d78e8c

Browse files
author
Felix Igelbrink
committed
updated readme to 7.4
1 parent e84a8c1 commit 3d78e8c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python-OptiX
22

3-
Python wrapper for the OptiX 7.3 raytracing engine.
3+
Python wrapper for the OptiX 7 raytracing engine.
44

55
Python-OptiX wraps the OptiX C++ API using Cython and provides a simplified
66
interface to the original C-like API using mainly the
@@ -12,16 +12,18 @@ Only Linux is supported at the moment.
1212

1313
### OptiX Versions
1414

15-
Python-OptiX currently only supports the most recent (7.3.0) release of OptiX
15+
Python-OptiX currently supports the OptiX releases 7.3.0 and 7.4.0
1616

1717
## Installation
1818

1919
### Dependencies
2020

2121
Install a recent version of the [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads)
22-
and the [OptiX 7.3.0 SDK](https://developer.nvidia.com/optix/downloads/7.3.0/linux64)
22+
and the [OptiX 7.4.0 SDK](https://developer.nvidia.com/optix/downloads/7.4.0/linux64-x86_64)
2323

24-
Make sure the CUDA header files are installed as well
24+
Note: The older [OptiX 7.3.0 SDK](https://developer.nvidia.com/optix/downloads/7.4.0/linux64-x86_64) version is supported as well.
25+
26+
Make sure the CUDA header files are installed as well.
2527

2628
Add the locations of CUDA and OptiX to the system `PATH` variable if necessary.
2729

0 commit comments

Comments
 (0)