Skip to content

modernizing fork of flashlight, A C++ standalone library for machine learning

License

Notifications You must be signed in to change notification settings

codethinki/flashmini

Repository files navigation

this is a fork from FLASHLIGHT

State

compiles on:

  • msvc windows
  • gcc linux

does not compile on:

  • clang, clang-cl (non standard behavior in forward decls, gotta fix that first)

compiles not:

  • FL_USE_CUDNN bc of old api

Please read the todo list

Quirks

FL_USE_CUDNN:

  • NOT WORKING ATM (v6-7 api from 2017 i gotta fix that first)
  • requires CUDNN_ROOT to be set in the environment
  • windows users: do not install CUDNN with the default windows installer. It will create: CUDNN_ROOT/<include/bin>/<cuda-version>/. Since i cannot anticipate the cuda version you use, i can't traverse this. FIX: install as tarball instead.

Functional changes from Flashlight

  • backends removed:
    • oneDNN
    • JIT

About

modernizing fork of flashlight, A C++ standalone library for machine learning

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages