Skip to content

Missing ATen/native/cuda headers? #40784

@grohf

Description

@grohf

I'm just curious if there is any particular reason for not including the ATen native cuda headers?

set(INSTALL_HEADERS ${base_h} ${ATen_CORE_HEADERS} ${native_h} ${native_cpu_h} ${native_quantized_h} ${cuda_h} ${cudnn_h} ${hip_h} ${miopen_h})

I was toying around with fusing some element-wise operations in the TorchScript+libtorch tandem. So, I stumbled over CUDALoops.cuh etc. for some quick fusing tests.
But unfortunately, they didn't get "installed".

Thanks!

cc @ezyang @seemethere @malfet @ngimel

Metadata

Metadata

Assignees

Labels

module: binariesAnything related to official binaries that we release to usersmodule: cudaRelated to torch.cuda, and CUDA support in generaltriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions