II.
LibraryProcess overview
Reference · livelib-process:gpu-programming--opencl-application-development
specializations/gpu-programming/opencl-application-development overview
OpenCL Application Development - Process for developing portable GPU applications using OpenCL. Covers platform/device selection, context creation, kernel compilation, and cross-vendor deployment.
Attributes
displayName
specializations/gpu-programming/opencl-application-development
description
OpenCL Application Development - Process for developing portable GPU applications using OpenCL.
Covers platform/device selection, context creation, kernel compilation, and cross-vendor deployment.
libraryPath
library/specializations/gpu-programming/opencl-application-development.js
specialization
gpu-programming
references
- - OpenCL Specification: https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html
- - OpenCL C Language Specification: https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_C.html
- - OpenCL Reference Pages: https://man.opencl.org/
example
const result = await orchestrate('specializations/gpu-programming/opencl-application-development', {
appName: 'image_processor',
kernelOperations: ['convolution', 'histogram'],
targetVendors: ['NVIDIA', 'AMD', 'Intel'],
portabilityLevel: 'high'
});
usesAgents
- cross-platform-gpu-expert
Outgoing edges
lib_applies_to_domain1
- domain:scientific-computing·DomainScientific Computing
lib_belongs_to_specialization1
- specialization:gpu-programming·Specialization
lib_implements_workflow1
- workflow:performance-profiling-cycle·WorkflowPerformance Profiling Cycle
lib_involves_role2
- role:computational-scientist·RoleComputational Scientist
- role:ml-engineer·RoleMachine Learning Engineer
lib_requires_skill_area3
- skill-area:cuda-kernels·SkillAreaCUDA Kernel Programming
- skill-area:compute-shaders·SkillAreaCompute Shaders
- skill-area:opencl-programming·SkillAreaOpenCL Programming
uses_agent1
- lib-agent:gpu-programming--cross-platform-gpu-expert·LibraryAgentcross-platform-gpu-expert
Incoming edges
None.