A library and framework for developing CPU-CUDA compatible applications under one unified code.

11 lines
172 B

---
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: true
---
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Left
---