Skip to content

Compatibility with recent WarpLib #2

@biochem-fan

Description

@biochem-fan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions