Skip to content

deform_conv2d kernels are launched on the default CUDA stream #9513

Description

@simonbyrne

🐛 Describe the bug

The deform_conv2d kernels are launched on the default CUDA stream, not the current pytorch stream

deformable_im2col_kernel<scalar_t, int64_t><<<blocks, threads>>>(

pytorch kernels should launch on the stream returned by at::cuda::getCurrentCUDAStream();, e.g.

cudaStream_t stream = at::cuda::getCurrentCUDAStream();

Versions

It's on the current main branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions