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/native/PapiCounters.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/Native/PapiCounters.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/doctor.py
src/csperf/hardware.py
src/csperf/models.py
src/csperf/optimize_diff.py
src/csperf/perf_env.py
src/csperf/profile_summary.py
src/csperf/quickstart.py
src/csperf/results.py
src/csperf/toolutils.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/energy/__init__.py
src/csperf/energy/base.py
src/csperf/energy/manager.py
src/csperf/energy/orchestrate.py
src/csperf/energy/parsing.py
src/csperf/energy/registry.py
src/csperf/energy/result.py
src/csperf/energy/backends/__init__.py
src/csperf/energy/backends/amd_cpu.py
src/csperf/energy/backends/amd_gpu.py
src/csperf/energy/backends/macos_cpu.py
src/csperf/energy/backends/stubs.py
src/csperf/execution/__init__.py
src/csperf/execution/base.py
src/csperf/execution/build.py
src/csperf/execution/compile_flags.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/apply.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/power/__init__.py
src/csperf/power/collect.py
src/csperf/profiler/__init__.py
src/csperf/profiler/base.py
src/csperf/profiler/cpu/__init__.py
src/csperf/profiler/cpu/affinity.py
src/csperf/profiler/cpu/base.py
src/csperf/profiler/cpu/factory.py
src/csperf/profiler/cpu/papi_support.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/collectors/papi.py
src/csperf/profiler/cpu/collectors/registry.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/events.py
src/csperf/profiler/cpu/metrics/mapping.py
src/csperf/profiler/cpu/metrics/registry.py
src/csperf/report/__init__.py
src/csperf/report/build.py
src/csperf/report/charts.py
src/csperf/report/comparison.py
src/csperf/report/components.py
src/csperf/report/constants.py
src/csperf/report/export.py
src/csperf/report/formatting.py
src/csperf/report/model.py
src/csperf/report/quality.py
src/csperf/report/registry.py
src/csperf/report/render.py
src/csperf/report/reproduction.py
src/csperf/report/sections.py
src/csperf/report/sections_plugins.py
src/csperf/report/template.py
src/csperf/report/exporters/__init__.py
src/csperf/report/exporters/html.py
src/csperf/report/exporters/pdf.py
tests/test_bundled_runners.py
tests/test_cli_functional.py
tests/test_cli_helpers.py
tests/test_cli_output.py
tests/test_cli_smoke.py
tests/test_collector_registry.py
tests/test_compile_flags.py
tests/test_cpu_affinity_collect.py
tests/test_cpu_measurement.py
tests/test_detector.py
tests/test_diff_profiler_warnings.py
tests/test_doctor.py
tests/test_energy_framework.py
tests/test_experiments_apply.py
tests/test_hip_mocked.py
tests/test_issue51_validation.py
tests/test_lit_runner.py
tests/test_macos_collector.py
tests/test_milestone_reliability.py
tests/test_opencl_inference.py
tests/test_opencl_measure.py
tests/test_optimize_diff.py
tests/test_papi_collector.py
tests/test_papi_fallback.py
tests/test_papi_native.py
tests/test_papi_support.py
tests/test_perf_env.py
tests/test_perf_events.py
tests/test_perf_fallback.py
tests/test_power_collect.py
tests/test_process_timeout.py
tests/test_profile_summary_security.py
tests/test_quickstart.py
tests/test_registry.py
tests/test_report_components.py
tests/test_report_export.py
tests/test_report_reproduction.py
tests/test_results_csv.py
tests/test_toolutils.py
tests/test_visualize.py
tests/test_vulkaninfo_parse.py
tests/test_workload_manifest.py