This global struct used to hold various flags for monitoring the
initialization of hsa.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice, thanks. The task support was nominally deleted some time ago, iirc the init() part survived because the variable was used elsewhere as well. Good to see it go.
openmp/libomptarget/plugins/amdgpu/impl/system.cpp | ||
---|---|---|
144–145 | Is the type atl_context_t now unused too? | |
458 | This may mean parts of g_atl_machine can be deleted too |
Comment Actions
Remove atl_context_t struct
openmp/libomptarget/plugins/amdgpu/impl/system.cpp | ||
---|---|---|
144–145 | Yes, it is unused. Will also include deletion of that in this patch. |
Is the type atl_context_t now unused too?