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
#1212 made the RF model use ordinary arrays, which cannot reside on the gpu, and allows the EDMF model to be non-isbits. We should think about how to use static data structures without paying such a steep compilation cost. #1211 was an attempt, however, it seems like we may need to write custom data structures and define an equivalent LinearAlgebra.dot for it.
The text was updated successfully, but these errors were encountered:
#1212 made the RF model use ordinary arrays, which cannot reside on the gpu, and allows the EDMF model to be non-isbits. We should think about how to use static data structures without paying such a steep compilation cost. #1211 was an attempt, however, it seems like we may need to write custom data structures and define an equivalent
LinearAlgebra.dot
for it.The text was updated successfully, but these errors were encountered: