Handle.h 188 B

123456789
  1. #pragma once
  2. #include <ATen/miopen/miopen-wrapper.h>
  3. #include <c10/macros/Export.h>
  4. namespace at::native {
  5. TORCH_HIP_CPP_API miopenHandle_t getMiopenHandle();
  6. } // namespace at::native