File size: 141 Bytes
d1ceb73
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <ATen/miopen/miopen-wrapper.h>

namespace at { namespace native {

miopenHandle_t getMiopenHandle();

}} // namespace