Skip to content

awa-yw/InfiniTrain

 
 

Repository files navigation

InfiniTrain

🚀 Getting Started

🛠️ Build Instructions

mkdir build
cd build
cmake ..           # Use -DUSE_CUDA=ON to enable CUDA support
make

🧪 Running Examples

Each model in the example/ directory is compiled into an independent executable.
For instance, the mnist example will produce a binary named mnist.

You can view the available runtime options by executing:

./mnist --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.1%
  • Cuda 27.4%
  • Python 3.3%
  • Shell 1.4%
  • Other 0.8%