SciNim / nimcuda

Nim bindings for CUDA
Apache License 2.0
42 stars 9 forks source link

fix indentation of `deadCodeElim` pragma, error on current nim doc #10

Closed Vindaar closed 2 years ago

Vindaar commented 2 years ago

This causes errors with modern nim doc.

Given that nimcuda still supports old nim versions where dead code elimination may not be the default, I decided to keep it in.

edit: for reference, CI failure here: https://github.com/SciNim/Datamancer/runs/6686262839