Skip to content

Commit 8258a4a

Browse files
committed
update to OptiX 7.1 SDK and CUDA 11, linux binaries to follow
1 parent 33ad262 commit 8258a4a

File tree

16 files changed

+13892
-13875
lines changed

16 files changed

+13892
-13875
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Release history
22
===============
33

4+
v0.9.0 - unreleased
5+
-------------------
6+
7+
NVIDIA driver >= 450 is required to run this release.
8+
9+
Added
10+
~~~~~
11+
12+
- support for the normal buffer in AI denoiser
13+
14+
Changes
15+
~~~~~~~
16+
17+
- update to OptiX 7.1 SDK and CUDA 11 (note: CUDA toolkit is not required in your system to run PlotOptiX)
18+
419
`v0.8.2`_ - 2020-07-12
520
----------------------
621

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ System Requirements
6969
-------------------
7070

7171
- a `CUDA-enabled GPU <https://developer.nvidia.com/cuda-gpus>`__ with compute capability 5.0 (Maxwell) to latest (Turing),
72-
NVIDIA driver release >= v435
72+
NVIDIA driver release >= v450
7373
- **Python 3 64-bit**
7474
- Windows:
7575
- `.NET Framework <https://dotnet.microsoft.com/download/dotnet-framework>`__ >= 4.6.1 (present in normally updated Windows)

examples/1_basic_plot_making/5_surface_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main():
4646
optix.update_camera("cam1", eye=eye)
4747

4848
d = np.linalg.norm(optix.get_camera_target() - eye)
49-
optix.setup_light("light1", color=10, radius=0.3 * d)
49+
optix.setup_light("light1", color=8, radius=0.3 * d)
5050

5151
optix.start()
5252
print("done")

plotoptix/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
1414
__status__ = "beta"
15-
__version__ = "0.8.2"
16-
__date__ = "12 July 2020"
15+
__version__ = "0.9.0"
16+
__date__ = "17 July 2020"
1717

1818
import logging
1919

plotoptix/bin/RnD.SharpOptiX.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)