CMakeLists.txt
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
native/runtime/CMakeLists.txt
native/runtime/include/runtime.h
native/runtime/include/csperf/native/NativeApplication.hpp
native/runtime/include/csperf/native/NativeArgumentParser.hpp
native/runtime/include/csperf/native/NativeOptions.hpp
native/runtime/include/csperf/native/NativeRunner.hpp
native/runtime/include/csperf/opencl/OpenCLApplication.hpp
native/runtime/include/csperf/opencl/OpenCLArgumentParser.hpp
native/runtime/include/csperf/opencl/OpenCLDeviceCatalog.hpp
native/runtime/include/csperf/opencl/OpenCLDevicePolicy.hpp
native/runtime/include/csperf/opencl/OpenCLKernelExecutor.hpp
native/runtime/include/csperf/opencl/OpenCLSupport.hpp
native/runtime/include/csperf/opencl/OpenCLTypes.hpp
native/runtime/include/csperf/runtime/Application.hpp
native/runtime/include/csperf/runtime/Process.hpp
native/runtime/include/csperf/support/Debug.hpp
native/runtime/include/csperf/support/JSON.hpp
native/runtime/include/csperf/vulkan/VulkanApplication.hpp
native/runtime/include/csperf/vulkan/VulkanArgumentParser.hpp
native/runtime/include/csperf/vulkan/VulkanDeviceCatalog.hpp
native/runtime/include/csperf/vulkan/VulkanDevicePolicy.hpp
native/runtime/include/csperf/vulkan/VulkanLibraryPolicy.hpp
native/runtime/include/csperf/vulkan/VulkanLoader.hpp
native/runtime/include/csperf/vulkan/VulkanOptions.hpp
native/runtime/include/csperf/vulkan/VulkanQueueFamilyPolicy.hpp
native/runtime/include/csperf/vulkan/VulkanShaderValidator.hpp
native/runtime/include/csperf/vulkan/VulkanSupport.hpp
native/runtime/lib/Native/NativeApplication.cpp
native/runtime/lib/Native/NativeArgumentParser.cpp
native/runtime/lib/Native/NativeRunner.cpp
native/runtime/lib/OpenCL/OpenCLApplication.cpp
native/runtime/lib/OpenCL/OpenCLArgumentParser.cpp
native/runtime/lib/OpenCL/OpenCLDeviceCatalog.cpp
native/runtime/lib/OpenCL/OpenCLDevicePolicy.cpp
native/runtime/lib/OpenCL/OpenCLKernelExecutor.cpp
native/runtime/lib/OpenCL/OpenCLSupport.cpp
native/runtime/lib/Runtime/Application.cpp
native/runtime/lib/Runtime/Process.cpp
native/runtime/lib/Runtime/RuntimeInfo.cpp
native/runtime/lib/Support/JSON.cpp
native/runtime/lib/Vulkan/VulkanApplication.cpp
native/runtime/lib/Vulkan/VulkanArgumentParser.cpp
native/runtime/lib/Vulkan/VulkanDeviceCatalog.cpp
native/runtime/lib/Vulkan/VulkanDevicePolicy.cpp
native/runtime/lib/Vulkan/VulkanLibraryPolicy.cpp
native/runtime/lib/Vulkan/VulkanLoader.cpp
native/runtime/lib/Vulkan/VulkanQueueFamilyPolicy.cpp
native/runtime/lib/Vulkan/VulkanShaderValidator.cpp
native/runtime/lib/Vulkan/VulkanSupport.cpp
native/runtime/tools/csperf-native-runner/main.cpp
native/runtime/tools/csperf-opencl-runner/main.cpp
native/runtime/tools/csperf-vulkan-runner/main.cpp
src/compilersutra_perf.egg-info/PKG-INFO
src/compilersutra_perf.egg-info/SOURCES.txt
src/compilersutra_perf.egg-info/dependency_links.txt
src/compilersutra_perf.egg-info/entry_points.txt
src/compilersutra_perf.egg-info/requires.txt
src/compilersutra_perf.egg-info/top_level.txt
src/csperf/__init__.py
src/csperf/cli.py
src/csperf/cli_output.py
src/csperf/config.py
src/csperf/dashboard_app.py
src/csperf/detector.py
src/csperf/hardware.py
src/csperf/models.py
src/csperf/profile_summary.py
src/csperf/results.py
src/csperf/visualize.py
src/csperf/backends/__init__.py
src/csperf/backends/base.py
src/csperf/backends/cpu.py
src/csperf/backends/gpu.py
src/csperf/backends/registry.py
src/csperf/execution/__init__.py
src/csperf/execution/base.py
src/csperf/execution/build.py
src/csperf/execution/cpu.py
src/csperf/execution/gpu.py
src/csperf/execution/hip.py
src/csperf/execution/opencl.py
src/csperf/execution/utils.py
src/csperf/execution/vulkan.py
src/csperf/experiments/__init__.py
src/csperf/experiments/registry.py
src/csperf/lit/__init__.py
src/csperf/lit/runner.py
src/csperf/pipelines/__init__.py
src/csperf/pipelines/base.py
src/csperf/pipelines/factory.py
src/csperf/profiler/__init__.py
src/csperf/profiler/base.py
src/csperf/profiler/cpu/__init__.py
src/csperf/profiler/cpu/base.py
src/csperf/profiler/cpu/factory.py
src/csperf/profiler/cpu/collectors/__init__.py
src/csperf/profiler/cpu/collectors/base.py
src/csperf/profiler/cpu/collectors/linux.py
src/csperf/profiler/cpu/collectors/macos.py
src/csperf/profiler/cpu/detectors/__init__.py
src/csperf/profiler/cpu/detectors/architecture.py
src/csperf/profiler/cpu/detectors/platform.py
src/csperf/profiler/cpu/detectors/vendor.py
src/csperf/profiler/cpu/metrics/__init__.py
src/csperf/profiler/cpu/metrics/definitions.py
src/csperf/profiler/cpu/metrics/mapping.py
src/csperf/profiler/cpu/metrics/registry.py
tests/test_cli_output.py
tests/test_cli_smoke.py
tests/test_detector.py
tests/test_lit_runner.py
tests/test_perf_fallback.py
tests/test_registry.py
tests/test_results_csv.py