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.ForEachGPUOnce and Helper.ForGPU. The MaxGPUs argument should be replaced with an list of GPUs like List<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.
Arguments of some functions in WarpLibs and gtom seem to have been updated.
GPU.LocalFilter. The current version does not take B factor.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()readsGriddimensionsbutWrite()writesDimensionsinstead. This breaksNMAMap(AddSegmentationcomplains). See https://twitter.com/DTegunov/status/1113923886268276736.Before compiling
WarpLib.dllfor WarpCraft, one should revert this change.