Skip to content

An implementation of Ojas learning rule written in CUDA

Notifications You must be signed in to change notification settings

Gretkas/ml_project_cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml_project_cuda

An implementation of Ojas learning rule written in cuda. The whole implementation will run on the GPU. Read the corresponding report for futher information

Requirements

  • Nvidia GPU supporting CUDA
  • Proprietairy Nvidia driver
  • CUDA toolkit (nvcc compiler)

Setup and running

  1. git clone
  2. cd to ml_project_cuda
  3. compile with nvcc using this command:
nvcc main.cu -rdc=true -o ojas
  1. run the code with profiler using this command:
nvprof ./ojas --profile-from-start off

About

An implementation of Ojas learning rule written in CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published