Hi Olivia Gonzalez,
DirectX and OpenCL failing to run together on your new Surface Pro 11 devices, this issue typically stems from a compatibility gap in the OpenCL and OpenGL Compatibility Pack on the Windows on ARM architecture, which is essential for translating these graphics API calls to the native Qualcomm Adreno GPU drivers.
To resolve this system error, you should first open the Microsoft Store, navigate to your Library in the bottom left corner, and check for updates to ensure the OpenCL and OpenGL Compatibility Pack is fully updated to its latest version. If the problem persists, you can force reinstall this component by opening Windows PowerShell with administrative privileges and executing the command Get-AppxPackage -AllUsers OpenCL | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "``$($``_.InstallLocation)\AppXManifest.xml"} to repair the translation layer dependencies between DirectX and OpenCL.
If these steps successfully restore the graphics functionality on your corporate Surface Pro 11 fleet, please accept this answer to assist other users facing similar ARM architecture deployment challenges.
Tracy Le.