forked from lattice/quda
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODO
More file actions
26 lines (18 loc) · 626 Bytes
/
TODO
File metadata and controls
26 lines (18 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Features
========
Twisted mass operator.
Multi-GPU operation.
Multigrid solver.
More Krylov solver types.
Structure
=========
Eliminate in_parity in favor of matpc_type?
The use of QUDA_REFERENCE_CREATE to create ColorSpinorFields that
refer to others is far from perfect. In particular, a
ColorSpinorField should know when it is a reference, and this should
be a distinct case from when a ColorSpinorField is not initialized.
Optimizations
=============
Optimized domain wall fermions (gauge field load sharing across Ls).
Dslash auto-tuning (block sizes, padding).
Enable the BLAS autotuning through the interface.