Home
last modified time | relevance | path

Searched refs:agent_profile (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/runtime/
H A Damd_loader_context.cpp438 hsa_profile_t agent_profile; in SegmentAlloc() local
439 …if (HSA_STATUS_SUCCESS != HSA::hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile)) { in SegmentAlloc()
443 switch (agent_profile) { in SegmentAlloc()
460 hsa_profile_t agent_profile; in SegmentAlloc() local
461 …if (HSA_STATUS_SUCCESS != HSA::hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile)) { in SegmentAlloc()
465 switch (agent_profile) { in SegmentAlloc()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp692 hsa_profile_t agent_profile; in RegisterModuleFromMemory() local
694 err = hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile); in RegisterModuleFromMemory()
702 agent_profile = HSA_PROFILE_FULL; in RegisterModuleFromMemory()
704 err = hsa_executable_create(agent_profile, HSA_EXECUTABLE_STATE_UNFROZEN, "", in RegisterModuleFromMemory()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp942 hsa_profile_t agent_profile; in callbackEvent() local
944 err = hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile); in callbackEvent()
952 agent_profile = HSA_PROFILE_FULL; in callbackEvent()
954 err = hsa_executable_create(agent_profile, HSA_EXECUTABLE_STATE_UNFROZEN, "", in callbackEvent()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp942 hsa_profile_t agent_profile; in callbackEvent() local
944 err = hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile); in callbackEvent()
952 agent_profile = HSA_PROFILE_FULL; in callbackEvent()
954 err = hsa_executable_create(agent_profile, HSA_EXECUTABLE_STATE_UNFROZEN, "", in callbackEvent()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp942 hsa_profile_t agent_profile; in callbackEvent() local
944 err = hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile); in callbackEvent()
952 agent_profile = HSA_PROFILE_FULL; in callbackEvent()
954 err = hsa_executable_create(agent_profile, HSA_EXECUTABLE_STATE_UNFROZEN, "", in callbackEvent()
/dports/lang/pocl/pocl-1.8/lib/CL/devices/hsa/
H A Dpocl-hsa.c169 hsa_profile_t agent_profile; member
645 &d->agent_profile)); in init_dev_data()
647 if (d->agent_profile == HSA_PROFILE_FULL) in init_dev_data()
828 if (d->agent_profile == HSA_PROFILE_FULL) in pocl_hsa_init()
999 && d->agent_profile == HSA_PROFILE_BASE) in setup_kernel_args()
1208 HSA_CHECK (hsa_executable_create (d->agent_profile, in pocl_hsa_compile_kernel_native()
1350 HSA_CHECK(hsa_executable_create (d->agent_profile, in pocl_hsa_compile_kernel_hsail()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp1024 hsa_profile_t agent_profile; in callbackEvent() local
1026 err = hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile); in callbackEvent()
1030 agent_profile = HSA_PROFILE_FULL; in callbackEvent()
1032 err = hsa_executable_create(agent_profile, HSA_EXECUTABLE_STATE_UNFROZEN, "", in callbackEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp1028 hsa_profile_t agent_profile; in callbackEvent() local
1030 err = hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile); in callbackEvent()
1034 agent_profile = HSA_PROFILE_FULL; in callbackEvent()
1036 err = hsa_executable_create(agent_profile, HSA_EXECUTABLE_STATE_UNFROZEN, "", in callbackEvent()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp1024 hsa_profile_t agent_profile; in callbackEvent() local
1026 err = hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile); in callbackEvent()
1030 agent_profile = HSA_PROFILE_FULL; in callbackEvent()
1032 err = hsa_executable_create(agent_profile, HSA_EXECUTABLE_STATE_UNFROZEN, "", in callbackEvent()
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dagent.cc67 inline void agent_profile(const char *s) in agent_profile() function
94 inline void agent_profile(const char *s) { return; } in agent_profile() function
150 agent_profile(NULL); in timeslice()
152 agent_profile(name()); in timeslice()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acs/
H A Dcustom.py2761 for agent_profile in instance.agent_pool_profiles:
2762 …if agent_profile.name == nodepool_name or (nodepool_name == "" and len(instance.agent_pool_profile…
2763 if agent_profile.enable_auto_scaling:
2767 agent_profile.count = int(node_count) # pylint: disable=no-member
3162 for agent_profile in instance.agent_pool_profiles:
3163 if agent_profile.type.lower() == "availabilityset":
3223 for agent_profile in instance.agent_pool_profiles:
3224 agent_profile.orchestrator_version = kubernetes_version