Skip to content

graphicsmagick breaks torch matrix multiplication #21

@andreaskoepf

Description

@andreaskoepf

Sounds strange first but I have this phenomena on three different Ubuntu 14.04.3 LTS machines and it is perfectly reproductible on my side.

As soon as I load the graphicsmagick module torch matrix multiplications of larger tensors end in an endlessloop with 100% CPU:

torch.ones(100, 100) * torch.ones(100, 100) -- no problem
require 'graphicsmagick'
torch.ones(10, 10) * torch.ones(10, 10) -- no problem
torch.ones(100, 100) * torch.ones(100, 100) -- never returns [!]

Smaller tensor-multiplications (e.g. 10x10) interestingly even work after the require 'graphicsmagick' statement.

Could somebody please check whether this effect only occurs on Ubuntu machines?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions