Skip to content

🧠 A pytorch implementation written in C++13 and accelerated with CUDA (🚧 in construction 🚧).

Notifications You must be signed in to change notification settings

Kaweees/kiwiTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiwitorch

Getting Started

Prerequisites

Before attempting to build this project, make sure you have GNU Make, and CMake installed on your machine.

Installation

To get a local copy of the project up and running on your machine, follow these simple steps:

  1. Clone the project repository
    git clone https://github.com/Kaweees/kiwitorch.git
    cd kiwitorch
  2. Build the project and exe
    clear && cmake CMakeLists.txt && make && ./target/release/kiwitorch

About

🧠 A pytorch implementation written in C++13 and accelerated with CUDA (🚧 in construction 🚧).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published