add backward compatibility with inputs created before the rename of SDK to SPICA
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user