doc update, add proposed .86 release notes

这个提交包含在:
Ben Sander
2016-05-03 11:10:56 -05:00
父节点 72f7a15e54
当前提交 c40b212430
修改 2 个文件,包含 11 行新增5 行删除
+10 -4
查看文件
@@ -3,16 +3,22 @@
Since this is an early access release and we are still in development towards the production ready version Boltzmann Driver and runtime we recommend this release be used for research and early application development.
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. Some of the key items we are working on:
- Async memory copies.
- hipStream support.
- Multi-GPU
- Shared-scope atomic operations. (due to compiler limitation, shared-scope map atomics map to global)
- Tuning built-in functions, including shfl.
- Performance optimization.
Stay tuned - the work for many of these features is already in-flight.
===================================================================================================
- clang-hipify : clang-based hipify tool. Improved parsing of source code, and automates
creation of hipLaunchParm variable.
- Memory register / unregister commands (hipHostRegister, hipHostUnregister)
- Improve cross-linking support between G++ and HCC, in particular for interfaces that use
standard C++ libraries (ie std::vectors, std::strings). HIPCC now uses libstdc++ by default on the HCC
compilation path.
- More samples including GPUBurn and SHOC. See [HIP-Examples](https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP-Examples)
===================================================================================================
## Revision History:
===================================================================================================