You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run CPU only tests and CPU+GPU tests on the same node concurrently using flux.
This may mean creating (or tweaking) an existing test setup such that two codes are specified in the ATS test files.
That is
Code A) built for the CPU only. Does not need access to the GPU at all (in particularly for memory access)
Code B) Built for the CPU+GPU. That is it will require access to either hipMalloc or hipMallocManaged memory at run time.
Verify we can saturate the nodes (for throughput) with a combination of the above codes.
The text was updated successfully, but these errors were encountered:
Verify (and fix if not verified) that we can
This may mean creating (or tweaking) an existing test setup such that two codes are specified in the ATS test files.
That is
Code A) built for the CPU only. Does not need access to the GPU at all (in particularly for memory access)
Code B) Built for the CPU+GPU. That is it will require access to either hipMalloc or hipMallocManaged memory at run time.
Verify we can saturate the nodes (for throughput) with a combination of the above codes.
The text was updated successfully, but these errors were encountered: