Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

embree/embree-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the benchmark do the following:

Build Embree:
  git clone https://github.com/embree/embree.git embree
  cd embree
  git checkout v3.5.2 (or any other release you want to benchmark)
  mkdir build
  cd build
  ccmake ..
  configure Embree to release mode, and use ICC
  make

Optix:
  - put OptiX-SDK-6.0.0 into a folder called optix 

Build and Run test:
  mkdir build
  ccmake ../code
  configure to release build, use ICC
  make
  cd ..
  run ./run.sh

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published