"megatron/text_generation/api.py" did not exist on "8c119d8079984581f4487810e1b1d72189358c28"
compat.h 320 Bytes
Newer Older
Jared Casper's avatar
Jared Casper committed
1
/* Copyright (c) 2022, NVIDIA CORPORATION.  All rights reserved. */
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

/*This code is copied fron NVIDIA apex:
 *     https://github.com/NVIDIA/apex
 *     with minor changes. */



#ifndef TORCH_CHECK
#define TORCH_CHECK AT_CHECK
#endif

#ifdef VERSION_GE_1_3
#define DATA_PTR data_ptr
#else
#define DATA_PTR data
#endif