Lines Matching defs:plugin
81 namespace plugin {
448 /// The underlying plugin that owns this memory manager.
656 /// plugin thread or the HSA runtime.
2102 std::string MCPU = "-plugin-opt=mcpu=" + getComputeUnitKind();
2441 /// Exchange data between two devices within the plugin.
2952 /// Is the plugin associated with an APU?
3093 /// Class implementing the AMDGPU-specific functionalities of the plugin.
3095 /// Create an AMDGPU plugin and initialize the AMDGPU driver.
3104 /// Initialize the plugin and return the number of devices.
3174 /// Deinitialize the plugin.
3176 // The HSA runtime was not initialized, so nothing from the plugin was
3579 } // namespace plugin
3585 llvm::omp::target::plugin::GenericPluginTy *createPlugin_amdgpu() {
3586 return new llvm::omp::target::plugin::AMDGPUPluginTy();