EvNN icon indicating copy to clipboard operation
EvNN copied to clipboard

Event-based neural networks

Results 2 EvNN issues
Sort by recently updated
recently updated
newest added

- Simplified install and removed makefile - CUDA compute capability is automatically detected - Update Readme with the setup instruction - Update Dockerfile

The Makefile in this repo fails if compiling with CUDA12. The issue is that the `GPU_ARCH_FLAGS` are hardcoded and include `-gencode arch=compute_37,code=compute_37` The compute_37 architecture is not supported anymore in...