Clean up old USE_* and RELEASE.md notes.

This commit is contained in:
Ben Sander
2017-06-23 10:38:29 -05:00
parent ec2c1316a8
commit 42882ddf9c
5 changed files with 0 additions and 27 deletions
@@ -28,7 +28,6 @@ THE SOFTWARE.
#ifndef HIP_INCLUDE_HIP_HCC_DETAIL_HOST_DEFINES_H
#define HIP_INCLUDE_HIP_HCC_DETAIL_HOST_DEFINES_H
#define USE_PROMOTE_FREE_HCC 1
// Add guard to Generic Grid Launch method
#ifndef GENERIC_GRID_LAUNCH
@@ -61,11 +60,7 @@ THE SOFTWARE.
*/
// _restrict is supported by the compiler
#define __shared__ tile_static
#if USE_PROMOTE_FREE_HCC==1
#define __constant__ __attribute__((hc))
#else
#define __constant__ ADDRESS_SPACE_1
#endif
#else
// Non-HCC compiler