Doc update for FAQ and future RELEASE notes

Change-Id: I7e7c32d9a19fdaea0a0e41f1d4fa4652e53640f2
This commit is contained in:
Ben Sander
2016-07-26 11:51:54 -05:00
parent 6ea9d2eace
commit 99bc0f03e1
2 changed files with 14 additions and 3 deletions
+3 -3
View File
@@ -2,14 +2,14 @@
We have attempted to document known bugs and limitations - in particular the [HIP Kernel Language](docs/markdown/hip_kernel_language.md) document uses the phrase "Under Development", and the [HIP Runtime API bug list](http://gpuopen-professionalcompute-tools.github.io/HIP/bug.html) lists known bugs.
===================================================================================================
Upcoming:
- hipLaunchKernel supports one-dimensional grid and/or block dims, without explicit cast to dim3 type.
- Stability: Enforce perioidic host synchronization to reclaim resources if the application has launched a large
number of commands (>10K) without synchronizing.
- Doc updates: Add some more frequently asked questions to FAQ, fix TOC in some files, review.
number of commands (>1K) without synchronizing.
- Register keyword now silently ignored on HCC (previously would emit warning).
- Doc updates: Add some more frequently asked questions to FAQ, fix TOC in some files, review.
===================================================================================================
Release:0.90.00
Date: 2016.06.29
- Support dynamic shared memory allocations