You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intel is starting to deprecate their classic compiler (icp) and advertises customers to move to their new LLVM based compiler (icpx): https://software.intel.com/content/www/us/en/develop/blogs/adoption-of-llvm-complete-icx.html.
LLAMA has support for both in its CI. However, maintaining icp is sometimes additional work because it offers a unique experience of quirks. We should remove support for icp.
The text was updated successfully, but these errors were encountered:
Intel is starting to deprecate their classic compiler (icp) and advertises customers to move to their new LLVM based compiler (icpx): https://software.intel.com/content/www/us/en/develop/blogs/adoption-of-llvm-complete-icx.html.
LLAMA has support for both in its CI. However, maintaining icp is sometimes additional work because it offers a unique experience of quirks. We should remove support for icp.
The text was updated successfully, but these errors were encountered: