Skip to content

A thin Java and C++ layer on top of the simulator which allows creation and dispatching of HSAIL kernels.

Notifications You must be signed in to change notification settings

GssMahadevan/Okra-Interface-to-HSAIL-Simulator

Repository files navigation

Okra-Interface-to-HSAIL-Simulator

A thin Java and C++ layer on top of the simulator which allows creation and dispatching of HSAIL kernels.

Build Prequisites

Note: the last 5 are prequisites of the simulator or libhsail and will be checked for in the "ant -f build-okra-sim.xml" below

  • java jdk, with JAVA_HOME environment variable set
  • ant, with ANT_HOME environment variable set
  • git
  • svn
  • libelf-dev
  • libdwarf-dev
  • flex
  • cmake

####To build:

Sanity Test (C++):

  • cd okra/samples
  • chmod +x *.sh
  • ./build.sh
  • ./run.sh

Sanity Test (Java):

  • cd okra/samples.jni
  • chmod +x *.sh
  • ./build.sh
  • ./run.sh

About

A thin Java and C++ layer on top of the simulator which allows creation and dispatching of HSAIL kernels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published