Skip to content
/ hh_test Public

Householder transformation mini-app for the 2019 OLCF GPU Hackathon.

License

Notifications You must be signed in to change notification settings

vyu16/hh_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Householder transformation mini-app for OLCF GPU Hackathon (October 2019).

Install

  • CMake (3.8+)
  • Fortran compiler
  • CUDA
mkdir build
cd build
cmake ..

Explicitly define Fortran compiler and CUDA installation path if necessary.

Run

./hh_test b n

See text in this preprint for the meanings of b and n. The value of b must be 2^k, where k = 1, 2, ..., 10. n is typically a few thousand.

About

Householder transformation mini-app for the 2019 OLCF GPU Hackathon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published