mirror of
https://github.com/paboyle/Grid.git
synced 2026-06-04 19:24:36 +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:
@@ -45,7 +45,7 @@ int main(void) {
|
|||||||
hipfftVersionMajor, hipfftVersionMinor, hipfftVersionPatch);
|
hipfftVersionMajor, hipfftVersionMinor, hipfftVersionPatch);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for (int G : {8, 16, 32}) {
|
for (int G : {4, 8, 16, 32}) {
|
||||||
int howmany = 512;
|
int howmany = 512;
|
||||||
long nelems = (long)G * howmany;
|
long nelems = (long)G * howmany;
|
||||||
hipfftDoubleComplex *buf = nullptr;
|
hipfftDoubleComplex *buf = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user