MPSQUARK / BAVCL

Hardware-accelerated Vector Compute Library for .NET Containing Quality of life improvements and functionality intended for data science, graphical processing and GPGPU.
Other
10 stars 2 forks source link

Centralise DeCache exceptions to be handled by GPU #17

Closed MPSQUARK closed 3 years ago

MPSQUARK commented 3 years ago

currently DeCache accepts a hashset of ID's it is to not remove during decache operation. This is to be moved to a public variable in the gpu class and to be handled by the GPU class.

MPSQUARK commented 3 years ago

DeCaching exceptions are now handled centrally by the GPU class as of 26/09/2021 @21:04