Skip to content

Commit

Permalink
Update documentation for 2.12 release (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mguerret-amd committed Dec 7, 2023
1 parent 78d3d3d commit 2aab4c1
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.11.0'
version = u'2.12.0'
# The full version, including alpha/beta/rc tags.
release = u'2.11.0'
release = u'2.12.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ The following are the configurable options for profiling
* If a profile has missing data, the SQTT buffer size can be increased to potentially remedy the issue
* If an application experiences graphical corruption, decreasing the SQTT buffer size can potentially remedy the issue

- **Enable shader instrumentation**:
* Enabling this setting generates data that allows RGP to track thread divergence for different shaders contained in a ray tracing pipeline. This is currently enabled for DirectX 12 only. Enabling this option causes minor changes into the generated shader code and may add extra overhead to the runtime of a shader.

- **Vulkan/DirectX12**:
* Displays information about the active trigger mode for profile capture

Expand Down
Binary file modified docs/source/media/Advanced_Mode_App_Workflow_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/media/Global_Workflow_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/media/Profiling_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/media/Workflow_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/media/Workflow_Profiling_Config.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2aab4c1

Please sign in to comment.