Skip to content

Template for a cmake-based kokkos project. Use the "Use this template" option !

Notifications You must be signed in to change notification settings

rbourgeois33/hello-world-cmake-kokkos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world-cmake-kokkos

Template for a cmake-based kokkos project

get kokkos: git submodule update --init --recursive

in build:

cmake -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_AMPERE86=ON -DCMAKE_BUILD_TYPE=Release..

(for A5000)

for ada:

cmake -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_ADA89=ON -DCMAKE_BUILD_TYPE=Release ..

About

Template for a cmake-based kokkos project. Use the "Use this template" option !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published