| 3aab95c0 | 05-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - minor performance improvement for op with repeat input rstr |
| 13062808 | 02-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atpoints - remove some extra operations |
| 86e10729 | 02-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atpoints - fix diagonal bug with stale qvec data |
| 382e9c83 | 02-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
atPoints - fix diagonal assembly for mixed |
| 9b443e3b | 16-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - minimum input/output array size of 1 |
| 0a5597ce | 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - cast to CeedSize when creating rstr |
| afe3bc8a | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - HIP diagonal assembly AtPoints |
| 67d9480a | 20-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add AtPoints CeedOperator |
| f7c9815f | 20-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
AtPoints - ease memory requirement |
| 2d10e82c | 17-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
AtPoints - fix gpu thread usage |
| 1c21e869 | 11-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add BasisApplyAtPoints |
| c1222711 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - skip unneeded restrictions in OpApply |
| a7efc114 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - use min of 2 lengths for gpu impl of CopyStrided |
| 956a3dba | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - fix references to .cu |
| 3196072f | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add Vec*Strided utils |
| 097cc795 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
basis: CreateProjection set q_ref, q_weight to NULL |
| 0b63de31 | 17-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - transpose AtPoints restriction fixes |
| 8be297ee | 14-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
points - fix gpu conversion to standard indexing for num_comp with rstr AtPoints |
| ff1bc20e | 08-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - allow backends to add padding to AtPoints E-vec |
| fe960054 | 07-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add ElemRestrictionAtPoints |
| 509d4af6 | 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all singly included headers
* jit - drop most guards on backend JiT files
* sycl - drop extra header guards
* jit - enable #pragma once for QF source
* fluids - use #pragma once for util/helper qf source
* test - check different multiple includes
* fluids - fix odd include
* jit - update interface for building JiT string from multiple files
show more ...
|
| 5aed82e4 | 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers |
| 081aa29d | 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - use const for backend rstr data, should never change after set |
| f5d1e504 | 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - use new user data copy utility |
| a267acd1 | 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - same memory owned/borrowed strategy for all impls |