├── .github └── workflows │ └── build.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── CREDITS ├── LICENSE ├── README.md ├── android ├── .gitignore ├── app │ ├── .gitignore │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ ├── androidTest │ │ └── java │ │ │ └── kr │ │ │ └── clpeak │ │ │ └── ExampleInstrumentedTest.java │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── cpp │ │ │ └── CMakeLists.txt │ │ ├── ic_launcher-web.png │ │ ├── java │ │ │ └── kr │ │ │ │ └── clpeak │ │ │ │ ├── AboutActivity.java │ │ │ │ ├── MainActivity.java │ │ │ │ └── jni_connect.java │ │ └── res │ │ │ ├── font │ │ │ ├── ubuntu.xml │ │ │ ├── ubuntu_bold.xml │ │ │ └── ubuntu_medium.ttf │ │ │ ├── layout-v21 │ │ │ └── result_display.xml │ │ │ ├── layout │ │ │ ├── about_form.xml │ │ │ └── result_display.xml │ │ │ ├── menu │ │ │ └── main_menu.xml │ │ │ ├── mipmap-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── values-w820dp │ │ │ └── dimens.xml │ │ │ └── values │ │ │ ├── colors.xml │ │ │ ├── dimens.xml │ │ │ ├── font_certs.xml │ │ │ ├── preloaded_fonts.xml │ │ │ ├── strings.xml │ │ │ └── styles.xml │ │ └── test │ │ └── java │ │ └── kr │ │ └── clpeak │ │ └── ExampleUnitTest.java ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle ├── cmake ├── BuildSdk.cmake └── common.cmake ├── include ├── clpeak.h ├── common.h ├── jni_entry.h ├── logger.h └── xml_writer.h ├── results ├── AMD_Accelerated_Parallel_Processing │ ├── AMD_A10-7850K_APU.log │ ├── AMD_A6-1450_APU.log │ ├── AMD_Athlon_4400.log │ ├── AMD_E-350.log │ ├── AMD_FX_8350.log │ ├── AMD_Hawaii_W8100.log │ ├── AMD_MI100.log │ ├── AMD_MI250X.log │ ├── AMD_Phenom_II_X6_1055T.log │ ├── Capeverde.log │ ├── Cayman.log │ ├── Cypress.log │ ├── Intel_Core_i5-4570.log │ ├── Intel_Core_i7-930.log │ ├── Intel_Xeon_E5-2670.log │ ├── Intel_i3_550.log │ ├── R7_260X.log │ ├── R9_290x.log │ ├── R9_380X.log │ ├── R9_390.log │ ├── R9_Nano.log │ ├── RX_5500XT.log │ ├── RX_570.log │ ├── Radeon-MI50-PCIeGen3.log │ ├── Radeon-MI50-PCIeGen4-rocm3.10.log │ ├── Radeon-MI50-PCIeGen4.log │ ├── Radeon-VII-Pro.log │ └── Tahiti.log ├── ARM_Platform │ ├── Mali-T604.log │ ├── Mali-T628-cl1.1-4core.log │ ├── Mali-T628-cl1.2-2core.log │ └── Mali-T628-cl1.2-4core.log ├── Apple │ ├── Iris.log │ ├── Iris_pro.log │ ├── Mac_Pro_Late_2013_.log │ ├── m1.log │ └── m1_clvk.log ├── Beignet │ └── Intel_HD_Graphics_IvyBridge_GT1.log ├── Intel(R)_OpenCL │ ├── AMD_A10-7850K_APU.log │ ├── AMD_Ryzen_5_1600.log │ ├── AMD_Ryzen_7_3700X.log │ ├── Intel_Core_i5-4570.log │ ├── Intel_Core_i7-10875h.log │ ├── Intel_Core_i7-4700HQ.log │ ├── Intel_HD_4000.log │ ├── Intel_HD_4600.log │ ├── Intel_N2930.log │ ├── Intel_Xeon_E5-2670.log │ ├── Intel_i3_550.log │ ├── Intel_i7_3630QM.log │ ├── Xeon_Phi_5110.log │ └── Xeon_Phi_7120.log ├── Intel_Graphics_Compute_Runtime │ ├── Intel_Core_i7-10875h.log │ ├── Intel_HD_Graphics_530.log │ └── Intel_UHD_Graphics_620.log ├── Mesa │ ├── AMD_HAWAII_W8100.log │ ├── AMD_HAWAII_W9100.log │ ├── AMD_Oland_W4170M.log │ └── R9_390_Mesa11.0.3_LLVM3.7.0.log ├── Moore_Threads_OpenCL │ └── MTT_S80.log ├── NVIDIA_CUDA │ ├── GeForce_GTX_1080.log │ ├── GeForce_GTX_1080_Ti.log │ ├── GeForce_GTX_1660_Ti.log │ ├── GeForce_GTX_465.log │ ├── GeForce_GTX_480.log │ ├── GeForce_GTX_660.log │ ├── GeForce_GTX_750.log │ ├── GeForce_GTX_960.log │ ├── GeForce_GTX_980.log │ ├── GeForce_GTX_TITAN.log │ ├── GeForce_GT_650M.log │ ├── GeForce_MX_130.log │ ├── GeForce_RTX_2060.log │ ├── GeForce_RTX_2080.log │ ├── GeForce_RTX_2080_Super.log │ ├── GeForce_RTX_2080_Ti.log │ ├── NVIDIA_A100-SXM4-40GB.log │ ├── NVIDIA_GT_630.log │ ├── NVIDIA_GT_750M.log │ ├── NVIDIA_TITAN_V.log │ ├── Quadro_GV100.log │ ├── Quadro_K620.log │ ├── Quadro_P620.log │ ├── Tesla_K40c.log │ ├── Tesla_K80.log │ ├── Tesla_P40.log │ ├── Tesla_T4.log │ └── Tesla_V100.log ├── Portable_Computing_Language │ ├── AMD_EPYC_7662.log │ ├── AMD_EPYC_7663.log │ ├── AMD_EPYC_7A53.log │ ├── AMD_Ryzen_Threadripper_3970X.log │ ├── Exynos5_octa.log │ ├── IBM_POWER9.log │ ├── Intel_Xeon_E5-2603.log │ ├── Intel_i3_550.log │ ├── Intel_i7-7800X.log │ ├── Jetson_Nano_Tegra_X1.txt │ ├── Moto_G.log │ ├── NVIDIA_A100-SXM4-40GB.log │ ├── NVIDIA_TITAN_V.log │ ├── NVIDIA_Tesla_V100-SXM2-16GB.log │ ├── Nexus_5.log │ ├── Quadro_K620.log │ └── RaspberryPI2.log └── Qualcomm_Snapdragon │ ├── Adreno_305.log │ ├── Galaxy_S7.log │ ├── Nexus_5.log │ └── OnePlus_3T.log ├── snap └── snapcraft.yaml └── src ├── clpeak.cpp ├── common.cpp ├── compute_char.cpp ├── compute_dp.cpp ├── compute_hp.cpp ├── compute_integer.cpp ├── compute_integer_fast.cpp ├── compute_short.cpp ├── compute_sp.cpp ├── entry.cpp ├── entry_android.cpp ├── global_bandwidth.cpp ├── kernel_latency.cpp ├── kernels ├── compute_char_kernels.cl ├── compute_dp_kernels.cl ├── compute_hp_kernels.cl ├── compute_int24_kernels.cl ├── compute_integer_kernels.cl ├── compute_short_kernels.cl ├── compute_sp_kernels.cl └── global_bandwidth_kernels.cl ├── logger.cpp ├── logger_android.cpp ├── options.cpp └── transfer_bandwidth.cpp /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | build/ 2 | .vscode/ -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/.gitmodules -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/CREDITS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/README.md -------------------------------------------------------------------------------- /android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/.gitignore -------------------------------------------------------------------------------- /android/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | .cxx 3 | -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/build.gradle -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/proguard-rules.pro -------------------------------------------------------------------------------- /android/app/src/androidTest/java/kr/clpeak/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/androidTest/java/kr/clpeak/ExampleInstrumentedTest.java -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/cpp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/cpp/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /android/app/src/main/java/kr/clpeak/AboutActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/java/kr/clpeak/AboutActivity.java -------------------------------------------------------------------------------- /android/app/src/main/java/kr/clpeak/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/java/kr/clpeak/MainActivity.java -------------------------------------------------------------------------------- /android/app/src/main/java/kr/clpeak/jni_connect.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/java/kr/clpeak/jni_connect.java -------------------------------------------------------------------------------- /android/app/src/main/res/font/ubuntu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/font/ubuntu.xml -------------------------------------------------------------------------------- /android/app/src/main/res/font/ubuntu_bold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/font/ubuntu_bold.xml -------------------------------------------------------------------------------- /android/app/src/main/res/font/ubuntu_medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/font/ubuntu_medium.ttf -------------------------------------------------------------------------------- /android/app/src/main/res/layout-v21/result_display.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/layout-v21/result_display.xml -------------------------------------------------------------------------------- /android/app/src/main/res/layout/about_form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/layout/about_form.xml -------------------------------------------------------------------------------- /android/app/src/main/res/layout/result_display.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/layout/result_display.xml -------------------------------------------------------------------------------- /android/app/src/main/res/menu/main_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/menu/main_menu.xml -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/values-w820dp/dimens.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/font_certs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/values/font_certs.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/preloaded_fonts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/values/preloaded_fonts.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /android/app/src/test/java/kr/clpeak/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/app/src/test/java/kr/clpeak/ExampleUnitTest.java -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/gradle.properties -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/gradlew -------------------------------------------------------------------------------- /android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/android/gradlew.bat -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /cmake/BuildSdk.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/cmake/BuildSdk.cmake -------------------------------------------------------------------------------- /cmake/common.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/cmake/common.cmake -------------------------------------------------------------------------------- /include/clpeak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/include/clpeak.h -------------------------------------------------------------------------------- /include/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/include/common.h -------------------------------------------------------------------------------- /include/jni_entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/include/jni_entry.h -------------------------------------------------------------------------------- /include/logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/include/logger.h -------------------------------------------------------------------------------- /include/xml_writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/include/xml_writer.h -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_A10-7850K_APU.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_A10-7850K_APU.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_A6-1450_APU.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_A6-1450_APU.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_Athlon_4400.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_Athlon_4400.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_E-350.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_E-350.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_FX_8350.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_FX_8350.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_Hawaii_W8100.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_Hawaii_W8100.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_MI100.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_MI100.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_MI250X.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_MI250X.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/AMD_Phenom_II_X6_1055T.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/AMD_Phenom_II_X6_1055T.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Capeverde.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Capeverde.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Cayman.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Cayman.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Cypress.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Cypress.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Intel_Core_i5-4570.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Intel_Core_i5-4570.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Intel_Core_i7-930.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Intel_Core_i7-930.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Intel_Xeon_E5-2670.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Intel_Xeon_E5-2670.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Intel_i3_550.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Intel_i3_550.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/R7_260X.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/R7_260X.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/R9_290x.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/R9_290x.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/R9_380X.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/R9_380X.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/R9_390.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/R9_390.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/R9_Nano.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/R9_Nano.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/RX_5500XT.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/RX_5500XT.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/RX_570.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/RX_570.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Radeon-MI50-PCIeGen3.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Radeon-MI50-PCIeGen3.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Radeon-MI50-PCIeGen4-rocm3.10.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Radeon-MI50-PCIeGen4-rocm3.10.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Radeon-MI50-PCIeGen4.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Radeon-MI50-PCIeGen4.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Radeon-VII-Pro.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Radeon-VII-Pro.log -------------------------------------------------------------------------------- /results/AMD_Accelerated_Parallel_Processing/Tahiti.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/AMD_Accelerated_Parallel_Processing/Tahiti.log -------------------------------------------------------------------------------- /results/ARM_Platform/Mali-T604.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/ARM_Platform/Mali-T604.log -------------------------------------------------------------------------------- /results/ARM_Platform/Mali-T628-cl1.1-4core.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/ARM_Platform/Mali-T628-cl1.1-4core.log -------------------------------------------------------------------------------- /results/ARM_Platform/Mali-T628-cl1.2-2core.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/ARM_Platform/Mali-T628-cl1.2-2core.log -------------------------------------------------------------------------------- /results/ARM_Platform/Mali-T628-cl1.2-4core.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/ARM_Platform/Mali-T628-cl1.2-4core.log -------------------------------------------------------------------------------- /results/Apple/Iris.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Apple/Iris.log -------------------------------------------------------------------------------- /results/Apple/Iris_pro.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Apple/Iris_pro.log -------------------------------------------------------------------------------- /results/Apple/Mac_Pro_Late_2013_.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Apple/Mac_Pro_Late_2013_.log -------------------------------------------------------------------------------- /results/Apple/m1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Apple/m1.log -------------------------------------------------------------------------------- /results/Apple/m1_clvk.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Apple/m1_clvk.log -------------------------------------------------------------------------------- /results/Beignet/Intel_HD_Graphics_IvyBridge_GT1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Beignet/Intel_HD_Graphics_IvyBridge_GT1.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/AMD_A10-7850K_APU.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/AMD_A10-7850K_APU.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/AMD_Ryzen_5_1600.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/AMD_Ryzen_5_1600.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/AMD_Ryzen_7_3700X.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/AMD_Ryzen_7_3700X.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_Core_i5-4570.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_Core_i5-4570.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_Core_i7-10875h.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_Core_i7-10875h.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_Core_i7-4700HQ.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_Core_i7-4700HQ.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_HD_4000.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_HD_4000.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_HD_4600.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_HD_4600.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_N2930.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_N2930.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_Xeon_E5-2670.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_Xeon_E5-2670.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_i3_550.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_i3_550.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Intel_i7_3630QM.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Intel_i7_3630QM.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Xeon_Phi_5110.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Xeon_Phi_5110.log -------------------------------------------------------------------------------- /results/Intel(R)_OpenCL/Xeon_Phi_7120.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel(R)_OpenCL/Xeon_Phi_7120.log -------------------------------------------------------------------------------- /results/Intel_Graphics_Compute_Runtime/Intel_Core_i7-10875h.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel_Graphics_Compute_Runtime/Intel_Core_i7-10875h.log -------------------------------------------------------------------------------- /results/Intel_Graphics_Compute_Runtime/Intel_HD_Graphics_530.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel_Graphics_Compute_Runtime/Intel_HD_Graphics_530.log -------------------------------------------------------------------------------- /results/Intel_Graphics_Compute_Runtime/Intel_UHD_Graphics_620.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Intel_Graphics_Compute_Runtime/Intel_UHD_Graphics_620.log -------------------------------------------------------------------------------- /results/Mesa/AMD_HAWAII_W8100.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Mesa/AMD_HAWAII_W8100.log -------------------------------------------------------------------------------- /results/Mesa/AMD_HAWAII_W9100.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Mesa/AMD_HAWAII_W9100.log -------------------------------------------------------------------------------- /results/Mesa/AMD_Oland_W4170M.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Mesa/AMD_Oland_W4170M.log -------------------------------------------------------------------------------- /results/Mesa/R9_390_Mesa11.0.3_LLVM3.7.0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Mesa/R9_390_Mesa11.0.3_LLVM3.7.0.log -------------------------------------------------------------------------------- /results/Moore_Threads_OpenCL/MTT_S80.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Moore_Threads_OpenCL/MTT_S80.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_1080.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_1080.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_1080_Ti.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_1080_Ti.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_1660_Ti.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_1660_Ti.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_465.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_465.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_480.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_480.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_660.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_660.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_750.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_750.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_960.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_960.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_980.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_980.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GTX_TITAN.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GTX_TITAN.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_GT_650M.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_GT_650M.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_MX_130.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_MX_130.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_RTX_2060.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_RTX_2060.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_RTX_2080.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_RTX_2080.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_RTX_2080_Super.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_RTX_2080_Super.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/GeForce_RTX_2080_Ti.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/GeForce_RTX_2080_Ti.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/NVIDIA_A100-SXM4-40GB.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/NVIDIA_A100-SXM4-40GB.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/NVIDIA_GT_630.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/NVIDIA_GT_630.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/NVIDIA_GT_750M.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/NVIDIA_GT_750M.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/NVIDIA_TITAN_V.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/NVIDIA_TITAN_V.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/Quadro_GV100.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/Quadro_GV100.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/Quadro_K620.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/Quadro_K620.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/Quadro_P620.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/Quadro_P620.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/Tesla_K40c.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/Tesla_K40c.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/Tesla_K80.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/Tesla_K80.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/Tesla_P40.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/Tesla_P40.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/Tesla_T4.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/Tesla_T4.log -------------------------------------------------------------------------------- /results/NVIDIA_CUDA/Tesla_V100.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/NVIDIA_CUDA/Tesla_V100.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/AMD_EPYC_7662.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/AMD_EPYC_7662.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/AMD_EPYC_7663.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/AMD_EPYC_7663.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/AMD_EPYC_7A53.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/AMD_EPYC_7A53.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/AMD_Ryzen_Threadripper_3970X.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/AMD_Ryzen_Threadripper_3970X.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/Exynos5_octa.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/Exynos5_octa.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/IBM_POWER9.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/IBM_POWER9.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/Intel_Xeon_E5-2603.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/Intel_Xeon_E5-2603.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/Intel_i3_550.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/Intel_i3_550.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/Intel_i7-7800X.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/Intel_i7-7800X.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/Jetson_Nano_Tegra_X1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/Jetson_Nano_Tegra_X1.txt -------------------------------------------------------------------------------- /results/Portable_Computing_Language/Moto_G.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/Moto_G.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/NVIDIA_A100-SXM4-40GB.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/NVIDIA_A100-SXM4-40GB.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/NVIDIA_TITAN_V.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/NVIDIA_TITAN_V.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/NVIDIA_Tesla_V100-SXM2-16GB.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/NVIDIA_Tesla_V100-SXM2-16GB.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/Nexus_5.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/Nexus_5.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/Quadro_K620.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/Quadro_K620.log -------------------------------------------------------------------------------- /results/Portable_Computing_Language/RaspberryPI2.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Portable_Computing_Language/RaspberryPI2.log -------------------------------------------------------------------------------- /results/Qualcomm_Snapdragon/Adreno_305.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Qualcomm_Snapdragon/Adreno_305.log -------------------------------------------------------------------------------- /results/Qualcomm_Snapdragon/Galaxy_S7.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Qualcomm_Snapdragon/Galaxy_S7.log -------------------------------------------------------------------------------- /results/Qualcomm_Snapdragon/Nexus_5.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Qualcomm_Snapdragon/Nexus_5.log -------------------------------------------------------------------------------- /results/Qualcomm_Snapdragon/OnePlus_3T.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/results/Qualcomm_Snapdragon/OnePlus_3T.log -------------------------------------------------------------------------------- /snap/snapcraft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/snap/snapcraft.yaml -------------------------------------------------------------------------------- /src/clpeak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/clpeak.cpp -------------------------------------------------------------------------------- /src/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/common.cpp -------------------------------------------------------------------------------- /src/compute_char.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/compute_char.cpp -------------------------------------------------------------------------------- /src/compute_dp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/compute_dp.cpp -------------------------------------------------------------------------------- /src/compute_hp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/compute_hp.cpp -------------------------------------------------------------------------------- /src/compute_integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/compute_integer.cpp -------------------------------------------------------------------------------- /src/compute_integer_fast.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/compute_integer_fast.cpp -------------------------------------------------------------------------------- /src/compute_short.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/compute_short.cpp -------------------------------------------------------------------------------- /src/compute_sp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/compute_sp.cpp -------------------------------------------------------------------------------- /src/entry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/entry.cpp -------------------------------------------------------------------------------- /src/entry_android.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/entry_android.cpp -------------------------------------------------------------------------------- /src/global_bandwidth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/global_bandwidth.cpp -------------------------------------------------------------------------------- /src/kernel_latency.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernel_latency.cpp -------------------------------------------------------------------------------- /src/kernels/compute_char_kernels.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernels/compute_char_kernels.cl -------------------------------------------------------------------------------- /src/kernels/compute_dp_kernels.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernels/compute_dp_kernels.cl -------------------------------------------------------------------------------- /src/kernels/compute_hp_kernels.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernels/compute_hp_kernels.cl -------------------------------------------------------------------------------- /src/kernels/compute_int24_kernels.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernels/compute_int24_kernels.cl -------------------------------------------------------------------------------- /src/kernels/compute_integer_kernels.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernels/compute_integer_kernels.cl -------------------------------------------------------------------------------- /src/kernels/compute_short_kernels.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernels/compute_short_kernels.cl -------------------------------------------------------------------------------- /src/kernels/compute_sp_kernels.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernels/compute_sp_kernels.cl -------------------------------------------------------------------------------- /src/kernels/global_bandwidth_kernels.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/kernels/global_bandwidth_kernels.cl -------------------------------------------------------------------------------- /src/logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/logger.cpp -------------------------------------------------------------------------------- /src/logger_android.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/logger_android.cpp -------------------------------------------------------------------------------- /src/options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/options.cpp -------------------------------------------------------------------------------- /src/transfer_bandwidth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krrishnarraj/clpeak/HEAD/src/transfer_bandwidth.cpp --------------------------------------------------------------------------------