AMD Codexl 1.8 GA Release Notes

AMD Codexl 1.8 GA Release Notes

AMD CodeXL 1.8 GA Release Notes Contents AMD CodeXL 1.8 GA Release Notes ......................................................................................................... 1 New in this version .............................................................................................................................. 2 System Requirements .......................................................................................................................... 2 Getting the latest Catalyst release ....................................................................................................... 4 Note about installing CodeAnalyst after installing CodeXL for Windows ............................................... 4 Fixed Issues ......................................................................................................................................... 4 Known Issues ....................................................................................................................................... 5 Support ............................................................................................................................................... 6 Thank you for using CodeXL. We appreciate any feedback you have! Please use the CodeXL Forum to provide your feedback. You can also check out the Getting Started guide on the CodeXL Web Page and the latest CodeXL blog at AMD Developer Central - Blogs This version contains: For 64-bit Windows platforms o CodeXL Standalone application o CodeXL Microsoft® Visual Studio® 2010 extension o CodeXL Microsoft® Visual Studio® 2012 extension o CodeXL Microsoft® Visual Studio® 2013 extension o CodeXL Remote Agent For 64-bit Linux platforms o CodeXL Standalone application o CodeXL Remote Agent 1 New in this version The following items are new in this version: Support for Microsoft Windows® 10 GPU Profiler o HSA Profiler – the Application Timeline Trace and Performance Counters session types now support applications running on the Linux® HSA stack Power Profiler o Power profiling discrete GPUs o Power profiling API o Wider Linux power profiling support by Dynamic Kernel Module Support (DKMS). Static Analyzer o Offline build and analysis of OpenGL® shaders o New enhanced ISA view o 64-bit offline build for OpenCL kernels o The analysis view has been removed as it is difficult to read and not useful. It may return in a future release with more useful information and better visualization. o CodeXL GUI performs offline build in a separate background process, making the build of large kernels stable and robust. GPU Debugger o Support up to OpenGL 4.5 o Mouse hover displays variable value during kernel debugging CPU Profiler o CPU Profiling for the “Carrizo” APU o CPU Profiling on VMWare Support for SUSE 11 SP3 System Requirements CodeXL contains a host of development features with varying system requirements: GPU Profiling and OpenCL™ Kernel Debugging o An AMD GPU (Radeon HD 5000 series or newer, desktop or mobile version) or APU is required. o The AMD Catalyst Driver must be installed, release 13.11 or later. Catalyst 14.12 (driver 14.501) is the recommended version. See "Getting the latest Catalyst release" section below. HSA Profiling o Supported on the Linux® HSA stack, on Kaveri and Carrizo APUs. o The May 2015 AMD release of the HSA runtime must be installed, available on GitHub here. o Should a new version of the HSA runtime become available, the version of the profiler included in CodeXL will need to be updated in order to be compatible with that version. 2 If/when a new runtime is published to GitHub, we will also publish new HSA Profiler binaries on the HSA-Profiler-AMD repository on GitHub (https://github.com/HSAFoundation/HSA-Profiler-AMD). In order to continue using the HSA Profiler with CodeXL, you will need to copy the following files from the GitHub repository to overwrite the versions of the files released with CodeXL: . bin/libGPUPerAPIHSA.so -> $(CodeXLDir)/x86_64/libGPUPerfAPIHSA.so . bin/libHSAProfileAgent.so -> $(CodeXLDir)/x86_64/libHSAProfileAgent.so . bin/libHSATraceAgent.so -> $(CodeXLDir)/x86_64/libHSATraceAgent.so . lib/libhsa-runtime-tools64.so.1 -> $(CodeXLDir)/x86_64/libhsa-runtime- tools64.so.1 For GPU API-Level Debugging, a working OpenCL/OpenGL configuration is required (AMD or other). CPU Profiling o Time-Based Profiling can be performed on any x86 or AMD64 (x86-64) CPU/APU. o The Event-Based Profiling (EBP) and Instruction-Based Sampling (IBS) session types require an AMD CPU or APU processor. CPU Profiling on VMWare o Time-Based Profiling (TBP) and Event-Based Profiling (EBP) are supported in guest OS running on VMware Workstation 11.0 or later. o If VMWare Workstations’s Virtual Performance Monitoring Counters (VPMC) is not supported on a given CPU, then only time-based profiling will be available. Event-Based Profiling will not capture any data other than CPU cycles. o Event-Based Profiling works on Windows andLinux guest OS in these scenarios: . Host OS: Windows, Guest OS: Window 7, Windows 8.1, Win10, Ubuntu 14.04, RHEL 7 . Host OS: Linux, Guest OS: Window 7, Windows 8.1, Win10, Ubuntu 14.04, RHEL 7 o Basic CPU configuration requirements: . CPU should support SVM or AMD-V feature. Without this VMware will not be able to do hardware virtualization. This CPU feature can be enabled/disabled from BIOS settings. Power Profiling o Supported on: . Carrizo, Kaveri, Mullins and Temash APUs. The majority of the Graphics IP 7 GPUs (code name “Sea Islands”) or more recent, including AMD Radeon™ and AMD FirePro™ models. Supported platforms: Windows platforms o Windows 7 64-bit, 8.1 64-bit and 10 64-bit. 3 o Note: For the CodeXL Visual Studio 2010/2012/2013 Package, the station must be installed with Visual Studio 2010/2012/2013, respectively. However, the CodeXL Standalone Application does not require Visual Studio to be installed. Linux platforms o Red Hat EL 7 64-bit o Ubuntu 14.04 64-bit o SUSE 11 SP3 64-bit Getting the latest Catalyst release The way to get the latest beta driver is to use the links "Latest Windows Beta Driver" and "Latest Linux Beta Driver" on the Graphics Drivers support page: http://support.amd.com/us/gpudownload/Pages/index.aspx Note about installing CodeAnalyst after installing CodeXL for Windows AMD CodeAnalyst has reached End-of-Life status and has been replaced by AMD CodeXL. CodeXL installer will refuse to install on a Windows station where AMD CodeAnalyst is already installed. Nevertheless, if you would like to install CodeAnalyst, do not install it on a Windows station already installed with CodeXL. Uninstall CodeXL first, and then install CodeAnalyst. Fixed Issues The following are the major fixes that were not part of the 1.7 release and are new to this version: Static Analysis runs out of memory and crashes while building and analyzing a CL file with over a hundred kernels that use OpenCL C++ templates. (287) In Analyze Mode, building a CL file with over 100 kernels succeeds but statistics and analysis are not displayed. (245) On Linux, the GPU Profiler displays empty Kernel Occupancy view if the occupancy percentage link is clicked twice. (249) GPU Debugger will not debug individual kernels included in programs whose total LDS usage exceeds 32KB. (243) On Linux, if CodeXL is launched via SSH and X-forwarding first in usermode and then in root mode, CodeXL aborts. (226) On Red-Hat 7, GPU Profiling Performance Counters of APP SDK samples SoAversusAoS, TransferOverlap and TransferOverlapCPP generates empty sessions. (233) On Red-Hat 7, the Kernel Occupancy column is not shown in GPU Profiling Performance Counters of APP SDK sample AsyncDataTransfer. (233) On Red-Hat 7 with Catalyst Omega 14.12, GPU Profiling Performance Counters of the APP SDK NBody sample may crash and exit. (233) Consecutively building many OpenCL files with the static analyzer leads to increased memory consumption and finally a crash. (275) GPU Debugger causes Visual Studio to hang when clicking the Locals view. (202) Mismatched CR/LF characters in the OpenCL kernel source code cause the debugger to show unrelated source lines when stepping through a kernel. (195) Multiple OpenCL kernels enqueued for debug concurrently may cause the debugger not to step into one of them. (162) 4 GPU Profiler occasionally does not generates kernel occupancy information during Performance Counters sessions. (159) CodeXL Remote Agent fails to connect when running on a headless Linux server. (145) GPU Debugger’s Properties view always shows workgroup size as 256. (139) GPU Debugger fails to build kernels for debug, causing the entire debug session to fail when debugging an application on a station installed with another vendor’s OpenCL runtime. (114) GPU Debugger’s Multi-Watch view displays class methods in its variable name drop-list. (122) Known Issues Debugging OpenCL kernels that use read-modify-write atomic operations is not supported. GPU Debugging on OpenCL Static C++ Kernels is not supported. (334415) OpenCL 1.2 keyword printf and barriers are not supported during kernel debugging. Building kernels with OpenCL 1.2 clCreateProgramWithBinaries and clLinkProgram API prevents the display of source code when debugging these kernels. (369171) Performing CPU Profiling with Call-Stack Sampling (CSS) enabled, on systems with discrete graphics card (Radeon HD 5000, 6000 or 7000 series) and Linux kernel version 3.0 or lower, may result in Linux kernel panic. This kernel panic does not occur with Linux kernel version 3.2

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    6 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us