ROCm.h had been getting the declarations for various data structures
by being #included next to them, rather than #includeing them itself.
This change fixes that by explicitly including the appropriate headers.
Differential D81432
Add #includes so that ROCm.h is compilable stand-alone. saugustine on Jun 8 2020, 2:16 PM. Authored by
Details ROCm.h had been getting the declarations for various data structures This change fixes that by explicitly including the appropriate headers.
Diff Detail
|