(Demo) QR Code Generator and Reader
0 Members and 1 Guest are viewing this topic.
What’s New in AMD APP SDK v2.8.11.1 New features in AMD APP SDK v2.8.1AMD APP SDK v2.8.1 includes the following new features:? Bolt: With the launch of Bolt 1.0, several new samples have been added to demonstrate theuse of the features of Bolt 1.0. These features showcase the use of valuable Bolt APIs suchas scan, sort, reduce and transform. Other new samples highlight the ease of porting fromSTL and the performance benefits achieved over equivalent STL implementations. Othersamples demonstrate the different fallback options in Bolt 1.0 when no GPU is available.These options include a fallback to multicore-CPU if TBB libraries are installed, or falling allthe way back to serial-CPU if needed to ensure your code runs correctly on any platform.? OpenCV: AMD has been working closely with the OpenCV open source community to addheterogeneous acceleration capability to the world’s most popular computer vision library.These changes are already integrated into OpenCV and are readily available for developerswho want to improve the performance and efficiency of their computer vision applications. Thenew samples illustrate these improvements and highlight how simple it is to include them inyour application. For information on the latest OpenCV enhancements, see Harris’ blog.? GCN: AMD recently launched a new Graphics Core Next (GCN) Architecture on several AMDproducts. GCN is based on a scalar architecture versus the VLIW vector architecture of priorgenerations, so carefully hand-tuned vectorization to optimize hardware utilization is no longerneeded. Several samples in AMD APP SDK 2.8.1 have been modified to show the ease ofwriting scalar code as compared to vectorization.? AMD APP SDK 2.8.1 also includes new OpenCL samples:?? StringSearch: An optimized string searching sample that demonstrates how toreduce divergence through workload re-balancing with a queue.?? UnsharpMask: A image processing sample that implements an Unsharp mask filter.?? Optimized samples: NBody: performance optimized through loop unrolling1.2 Key features supported in the Catalyst 13.6 Beta2 driver? New platforms supported?? Richland?? Kabini?? Bonaire? New OS support?? Ubuntu 12.10?? RHEL 6.4? IP blocks supported?? VCE 2.0?? UVD 4.2?? ACP 1.1?? SAMU 2.1 (Kabini)1.3 Key features supported in Bolt 1.0? Bolt functions can be executed with four code paths (OpenCL™, C++ AMP, Multicore TBB,and Serial CPU). The default mode is "Automatic": the GPU paths are first, then MulticoreTBB, then Serial CPU. The control goes to the other paths only if the selected path is notfound. Forcing the mode to any code path will run the function with that code path. All Boltfunctions have OpenCL™ and Serial path implementations. However, for some functions,Multicore TBB path is not implemented yet. So calling those functions with the MultiCoreCpuflag will actually call the Serial code path.1.4 New features for AMD CodeXL Version 1.2The following new features for AMD CodeXL Version 1.2 expand platform support and provideimprovements to the developer experience:? The CPU Profiler includes a number of improved capabilities including:?? A new user interface design to help ease navigation and use of key features?? Support for profiling of Java/CLR applications?? Support for Time-Based Profiling on Intel Win8 platforms?? Support for for AMD's recently announced Kabini APU public registers? The Kernel Analyzer now includes a new analysis module for Southern Islands devices andsupports the emulation of kernel workloads? The AMD CodeXL tutorial has been updated