▲ | pjmlp 14 days ago | |||||||||||||||||||||||||
Yes they did, it is called Metal Compute, and everyone using Apple devices has to use it. Vulkan you say? It is only relevant on GNU/Linux and Android, because Google is pushing it, and still most folks still keep using OpenGL ES, no one else cares about it, and already turned into the same spaghetti mess as OpenGL, to the point that there was a roadmap talk at Vulkanised 2025 on how to sort things out. NVidia and AMD keep designing their cards with Microsoft for DirectX first, and Vulkan, eventually. | ||||||||||||||||||||||||||
▲ | jms55 14 days ago | parent | next [-] | |||||||||||||||||||||||||
> NVidia and AMD keep designing their cards with Microsoft for DirectX first, and Vulkan, eventually. Not really. For instance NVIDIA released day 1 Vulkan extensions for their new raytracing and neural net tech (VK_NV_cluster_acceleration_structure, VK_NV_partitioned_tlas, VK_NV_cooperative_vector), as well as equivalent NVAPI extensions for DirectX12. Equal support, although DirectX12 is technically worse as you need to use NVAPI and rely on a prerelease version of DXC, as unlike Vulkan and SPIR-V, DirectX12 has no mechanism for vendor-specific extensions (for good or bad). Meanwhile the APIs, both at a surface level and how the driver implements them under the hood, are basically identical. So identical in fact, that NVIDIA has the nvrhi project which provides a thin wrapper over Vulkan/DirectX12 so that you can run on multiple platforms via one API. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | bigyabai 14 days ago | parent | prev [-] | |||||||||||||||||||||||||
> it is called Metal Compute, and everyone using Apple devices has to use it. Sounds like a submarket absolutely teeming with competition. Like, you have Metal Compute, and Apple Accelerate Framework and MLX all sitting there in the same spot! Apple is really outdoing themselves, albeit in a fairly literal sense. > It is only relevant on GNU/Linux and Android Hmm... someone ought to remind me of the first stage of grief, I've forgotten it suddenly. |