У нас вы можете посмотреть бесплатно How to Use the CoreMark®-PRO Benchmark или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
NOTE: This video contains a lot of small text and must be watched at 720p or 1080p (preferred) resolution, otherwise you'll just see lots of colorful blurs! This detailed walk-through explains how to run CoreMark-PRO out-of-the-box on Linux, and how to port (and optimize) it to an STMicroelectronics MPU. Viewers should have a basic understanding of CoreMark-PRO, please refer to the documentation on its GitHub repository at: https://github.com/eembc/coremark-pro Part 1 walks the viewer through a simple make-based build and explores parallelism on Linux system. Part 2 focuses on an embedded port, is presented from the perspective of a first-time developer, showing common compiler warnings and errors, and explaining how to fix each one. Once functionality has been achieved, the tutorial demonstrates simple, first-order optimizations: compiler settings, clock tree, and cache enabling. The following links are provided as a reference aid. Part 1: Linux Host-Mode (Ubuntu 20.04 on an Intel Core i7 with GCC) Clone and build with make : • How to Use the CoreMark®-PRO Benchmark Automated run & score computation : • How to Use the CoreMark®-PRO Benchmark Tuning the iterations : • How to Use the CoreMark®-PRO Benchmark Enabling parallel execution: • How to Use the CoreMark®-PRO Benchmark Part 2: Bare-metal single-thread remote target (STMicroelectronics STM32H747 with IAR EWARM 8.50) Initialize a project with CubeMX : • How to Use the CoreMark®-PRO Benchmark Verify "printf" output to the IDE: • How to Use the CoreMark®-PRO Benchmark Import & compile the MITH module : • How to Use the CoreMark®-PRO Benchmark Debugging pthread, stat, and aligned malloc errors : • How to Use the CoreMark®-PRO Benchmark Import & compile the Adaptation Layer : • How to Use the CoreMark®-PRO Benchmark Debugging file and creating the timer : • How to Use the CoreMark®-PRO Benchmark Import a workload & resolve duplicate main (& argc/argv) : • How to Use the CoreMark®-PRO Benchmark Debugging heap malloc error : • How to Use the CoreMark®-PRO Benchmark Debugging a mis-configured timer resolution : • How to Use the CoreMark®-PRO Benchmark Enabling compiler optimizations : • How to Use the CoreMark®-PRO Benchmark Re-configuring the clock tree : • How to Use the CoreMark®-PRO Benchmark Enabling I$ & D$ : • How to Use the CoreMark®-PRO Benchmark