Skip to content

Commit

Permalink
Clarify ROCm 1.3 image support
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards-AMD committed Nov 6, 2016
1 parent 7d75ebb commit 6c4c7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Runtime extension package:

* A 64-bit version of AMD's finalizer extension for ROCR runtime
* A 64-bit version of AMD's runtime tools library
* A 64-bit version of AMD's runtime image library, which supports the HSAIL image implementation only.

The contents of these packages are installed in /opt/rocm/hsa and /opt/rocm by default.
The core runtime package depends on the hsakmt-roct-dev package
Expand Down Expand Up @@ -65,7 +66,6 @@ If the sample runs without generating errors, the installation is complete.

#### Known Issues

* The image extension is currently not supported for discrete GPUs. An image extension library is not provided in the binary package. The standard hsa_ext_image.h extension include file is provided for reference.
* Each HSA process creates and internal DMA queue, but there is a system-wide limit of four DMA queues. The fifth simultaneous HSA process will fail hsa_init() with HSA_STATUS_ERROR_OUT_OF_RESOURCES. To run an unlimited number of simultaneous HSA processes, set the environment variable HSA_ENABLE_SDMA=0.

#### Disclaimer
Expand Down

0 comments on commit 6c4c7c3

Please sign in to comment.