Skip to content

Instantly share code, notes, and snippets.

@leshikus
Created February 29, 2024 09:28
Show Gist options
  • Save leshikus/46b20bad86d118014efb319b607a2028 to your computer and use it in GitHub Desktop.
Save leshikus/46b20bad86d118014efb319b607a2028 to your computer and use it in GitHub Desktop.
Get all libs from OneAPI
find /opt/intel/oneapi/ -name '*.so*' -exec cp -n {} ~/.conda/envs/triton/lib \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment