File: TODO

package info (click to toggle)
devicexlib 0.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,364 kB
  • sloc: f90: 77,678; sh: 3,701; fortran: 773; makefile: 268; python: 246; ansic: 69; awk: 36
file content (15 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+ [X] Code cleaning (delete unused sources)
+ [X] CUDA streams vs OpenACC queues logic
+ [X] Test suite for memset
+ [ ] Test suite for auxfunc
+ [ ] Test suite for memcpy + slicing
+ [ ] Add non-optional arguments for host fallback (logical) and async object to memcpy and linalg
+ [ ] AMD linear algebra missing routines (issue #15)
+ [ ] Documentation (FORD + readme improving)
+ [ ] FFT 3D interfaces
+ [ ] Source code generation refactoring: pure Python

====
FIXES
====
+ [ ] the logic of lbound in memcpy needs to be fixed