autocast.h 97 Bytes
Newer Older
1
2
#pragma once

3
#if defined(WITH_CUDA) || defined(WITH_HIP)
mcarilli's avatar
mcarilli committed
4
#include <ATen/autocast_mode.h>
5
#endif