Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 364 Bytes

ToDo.md

File metadata and controls

7 lines (5 loc) · 364 Bytes

Things ToDo

  • make a Vec with configured backends in Backend. add a get_backends() which returns a list of available backends. add a get_backend(enumType) -> Result<Backend, Error> to get a backend

  • fix math crate: depending on cuda feature, use std::powf etc or use intrinsinics

  • fix rand import or make own simple generator - its uncritical