Searched refs:DeviceLinkerInputs (Results 1 – 1 of 1) sorted by relevance
3401 SmallVector<ActionList, 8> DeviceLinkerInputs; member in __anon17dcc6010811::OffloadingActionBuilder::HIPActionBuilder 3569 // Save CudaDeviceActions to DeviceLinkerInputs for each GPU subarch. in getDeviceDependences() 3571 // Later on, device actions in DeviceLinkerInputs are used to create in getDeviceDependences() 3574 DeviceLinkerInputs.resize(CudaDeviceActions.size()); in getDeviceDependences() 3575 auto LI = DeviceLinkerInputs.begin(); in getDeviceDependences() 3614 if (DeviceLinkerInputs.size() == 0) in appendLinkDeviceActions() 3617 assert(DeviceLinkerInputs.size() == GpuArchList.size() && in appendLinkDeviceActions() 3623 // Each entry in DeviceLinkerInputs corresponds to a GPU arch. in appendLinkDeviceActions() 3624 for (auto &LI : DeviceLinkerInputs) { in appendLinkDeviceActions() 3640 DeviceLinkerInputs in appendLinkDeviceActions() [all...]