-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Arguments of some functions in WarpLibs and gtom seem to have been updated.
- The first is
GPU.LocalFilter. The current version does not take B factor. - The other is
Helper.ForEachGPUOnceandHelper.ForGPU. TheMaxGPUsargument should be replaced with an list of GPUs likeList<int> gpuList = Helper.ArrayOfSequence(0, MaxGPUs, 1).ToList();.
WarpLib/Headers/MRC.cs
HeaderMRC() reads Griddimensions but Write() writes Dimensions instead. This breaks NMAMap (AddSegmentation complains). See https://twitter.com/DTegunov/status/1113923886268276736.
Before compiling WarpLib.dll for WarpCraft, one should revert this change.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels