Skip to content

owensgroup/NRLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optix8_template

This repository can be forked if you are planning on building something with Optix8. This will compile the saxpy example from the RTX Compute Samples. If you would like to write your own RTX pipeline functions you can fork this repo and modify kernels.cu in the rtx folder.

Compilation

You can compile this code with the following commands

mkdir build && cd build
cmake .. -DOPTIX_HOME={"Path to Optix8"}
make -j

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 76.7%
  • CMake 23.3%