Skip to content

Half precision convolution not working #520

@eladhoffer

Description

@eladhoffer

to reproduce

import torch
import torch.nn as nn
from torch.autograd import Variable

x = Variable(torch.rand(1,3,100,100).cuda().half())
m = nn.Conv2d(3,16,5).cuda().half()

y = m(x)

Will result in:
RuntimeError: CUDNN_STATUS_ARCH_MISMATCH

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