commit | e79745728a3722f593aa1ba82db4fb0128674b7c | [log] [tgz] |
---|---|---|
author | Joseph Huber <jhuber6@vols.utk.edu> | Wed Oct 25 10:44:07 2023 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 25 08:47:24 2023 -0700 |
tree | 15c19f35cf0e9d9aff664f397099bed46e62e7e5 | |
parent | 9fe5b14218171ed0e77e028173f5061c6b93621d [diff] |
[OpenMP][Obvious] Fix incompatbile function prototype causing failures Summary: This function needs `void` as the arguments to be ABI compatbile with what is actually defined. This is enforced when doing CUDA separable linking of the runtime. GitOrigin-RevId: 8a181f43da2c395daaf30d83248b18d2ab8fe226