Remove HIP_NUM_KERNELS_INFLIGHT. (redundant with HCC controls)

Tento commit je obsažen v:
Ben Sander
2017-05-24 01:03:28 -05:00
rodič 75f691ec2f
revize 578d430bb3
2 změnil soubory, kde provedl 0 přidání a 11 odebrání
-1
Zobrazit soubor
@@ -569,7 +569,6 @@ HIP_TRACE_API = 0 : Trace each HIP API call. Print function n
HIP_TRACE_API_COLOR = green : Color to use for HIP_API. None/Red/Green/Yellow/Blue/Magenta/Cyan/White
HIP_PROFILE_API = 0 : Add HIP function begin/end to ATP file generated with CodeXL
HIP_VISIBLE_DEVICES = 0 : Only devices whose index is present in the secquence are visible to HIP applications and they are enumerated in the order of secquence
HIP_NUM_KERNELS_INFLIGHT = 128 : Number of kernels per stream
```