add backward compatibility with inputs created before the rename of SDK to SPICA

This commit is contained in:
Axel Kohlmeyer
2024-07-26 19:08:59 -04:00
parent 590c7dcf8f
commit cabde6549e

View File

@ -16,6 +16,9 @@
AngleStyle(spica/kk,AngleSPICAKokkos<LMPDeviceType>);
AngleStyle(spica/kk/device,AngleSPICAKokkos<LMPDeviceType>);
AngleStyle(spica/kk/host,AngleSPICAKokkos<LMPHostType>);
AngleStyle(sdk/kk,AngleSPICAKokkos<LMPDeviceType>);
AngleStyle(sdk/kk/device,AngleSPICAKokkos<LMPDeviceType>);
AngleStyle(sdk/kk/host,AngleSPICAKokkos<LMPHostType>);
// clang-format on
#else