1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-28 21:14:16 +01:00

tests/debug: add G=4 to hipfft fail reproducer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Boyle
2026-05-19 22:21:52 -04:00
parent be4dd2b52f
commit 66fd504c4d
+1 -1
View File
@@ -45,7 +45,7 @@ int main(void) {
hipfftVersionMajor, hipfftVersionMinor, hipfftVersionPatch);
#endif
for (int G : {8, 16, 32}) {
for (int G : {4, 8, 16, 32}) {
int howmany = 512;
long nelems = (long)G * howmany;
hipfftDoubleComplex *buf = nullptr;