Namespace DotCompute.Backends.OpenCL.Vendor
Classes
- AmdOpenCLAdapter
Vendor adapter for AMD GPUs with ROCm-specific optimizations.
- GenericOpenCLAdapter
Generic fallback adapter for unknown or unsupported vendors. Provides safe defaults without vendor-specific optimizations.
- IntelOpenCLAdapter
Vendor adapter for Intel GPUs with Xe architecture optimizations.
- NvidiaOpenCLAdapter
Vendor adapter for NVIDIA GPUs with CUDA-specific optimizations.
- VendorAdapterFactory
Factory for creating vendor-specific adapters based on platform detection.
Interfaces
- IOpenCLVendorAdapter
Defines vendor-specific adaptations for OpenCL implementations. Enables optimizations and workarounds for NVIDIA, AMD, Intel, and other vendors.
Enums
- OpenCLVendor
OpenCL vendor types.