.gitattributes
.gitignore
LICENSE.txt
README.md
benchmarks.md
pyproject.toml
.github/workflows/check.yml
.github/workflows/test.yml
plugins/__init__.py
plugins/cpu_avx2/main.py
plugins/cpu_avx2/plugin.toml
plugins/example_plugin/__init__.py
plugins/example_plugin/main.py
plugins/example_plugin/plugin.toml
plugins/isa_auto/__init__.py
plugins/isa_auto/main.py
plugins/isa_auto/plugin.toml
plugins/llama/__init__.py
plugins/llama/base.py
plugins/llama/config.py
plugins/llama/plugin.py
tests/__init__.py
tests/test.py
tests/test_arm64_deployment.py
tests/test_benchmarks.py
tests/test_benchmarks_quick.py
tests/test_benchmarks_real_plugin.py
tests/test_benchmarks_with_plugins.py
tests/test_cli_analytics.py
tests/test_cli_config.py
tests/test_codegen_multiarch.py
tests/test_compiler.py
tests/test_coordinator.py
tests/test_frontend.py
tests/test_grpc_service.py
tests/test_hardware.py
tests/test_health.py
tests/test_jit_loops.py
tests/test_jit_strings.py
tests/test_jobs.py
tests/test_list_runtime.py
tests/test_list_types.py
tests/test_llama.py
tests/test_loop_ir.py
tests/test_passes.py
tests/test_protocol_server.py
tests/test_runtime.py
tests/test_serialization.py
tests/test_string_pool.py
tests/test_tensor.py
tests/test_v41_benchmarks.py
tests/test_version.py
uhcr/__init__.py
uhcr/py.typed
uhcr.egg-info/PKG-INFO
uhcr.egg-info/SOURCES.txt
uhcr.egg-info/dependency_links.txt
uhcr.egg-info/entry_points.txt
uhcr.egg-info/not-zip-safe
uhcr.egg-info/requires.txt
uhcr.egg-info/top_level.txt
uhcr/api/__init__.py
uhcr/api/inline_ops.py
uhcr/api/ops.py
uhcr/api/precompiled.py
uhcr/api/tensor.py
uhcr/api/vectorized_ops.py
uhcr/backends/__init__.py
uhcr/backends/backend_base.py
uhcr/backends/backend_selector.py
uhcr/backends/cpu_avx2.py
uhcr/backends/cpu_avx512.py
uhcr/backends/cpu_generic.py
uhcr/backends/cuda_backend.py
uhcr/benchmarks/__init__.py
uhcr/benchmarks/runner.py
uhcr/cli/__init__.py
uhcr/cli/base.py
uhcr/compiler/__init__.py
uhcr/compiler/ir.py
uhcr/compiler/ir_builder.py
uhcr/compiler/aarch64/__init__.py
uhcr/compiler/aarch64/apple_silicon.py
uhcr/compiler/aarch64/assembler.py
uhcr/compiler/aarch64/codegen.py
uhcr/compiler/aarch64/cross_compile.py
uhcr/compiler/aarch64/target_profile.py
uhcr/compiler/frontend/__init__.py
uhcr/compiler/passes/__init__.py
uhcr/compiler/passes/constant_folding.py
uhcr/compiler/passes/cse.py
uhcr/compiler/passes/dead_code.py
uhcr/compiler/passes/pipeline.py
uhcr/compiler/passes/strength_reduction.py
uhcr/compiler/riscv/__init__.py
uhcr/compiler/riscv/assembler.py
uhcr/compiler/riscv/codegen.py
uhcr/compiler/x86_64/__init__.py
uhcr/compiler/x86_64/assembler.py
uhcr/compiler/x86_64/codegen.py
uhcr/compiler/x86_64/executable_memory.py
uhcr/containerization/__init__.py
uhcr/containerization/config.py
uhcr/containerization/docker_generator.py
uhcr/containerization/hardware_resources.py
uhcr/containerization/k8s_generator.py
uhcr/containerization/validators.py
uhcr/frontend/__init__.py
uhcr/frontend/decorator.py
uhcr/hardware/__init__.py
uhcr/hardware/cache_detect.py
uhcr/hardware/cpuid.py
uhcr/hardware/gpu_detect.py
uhcr/hardware/memory_detect.py
uhcr/hardware/platform_info.py
uhcr/mcp/__init__.py
uhcr/mcp/schema.py
uhcr/mcp/server.py
uhcr/mcp/tools.py
uhcr/native/CMakeLists.txt
uhcr/native/build_native.py
uhcr/native/safety_checker.cpp
uhcr/native/safety_checker.hpp
uhcr/network/__init__.py
uhcr/network/coordinator.py
uhcr/network/grpc_service.py
uhcr/network/health.py
uhcr/network/jobs.py
uhcr/network/rest_api.py
uhcr/network/serialization.py
uhcr/network/server.py
uhcr/network/proto/__init__.py
uhcr/network/proto/health.proto
uhcr/network/proto/uhcr_service.proto
uhcr/plugins/__init__.py
uhcr/plugins/avx2_optimizer.py
uhcr/plugins/base.py
uhcr/plugins/gpu_amd.py
uhcr/plugins/gpu_intel.py
uhcr/plugins/gpu_nvidia.py
uhcr/runtime/__init__.py
uhcr/runtime/list_runtime.py
uhcr/runtime/memory_manager.py
uhcr/runtime/runtime.py
uhcr/runtime/scheduler.py
uhcr/runtime/string_pool.py
uhcr/security/__init__.py
uhcr/security/runtime_safety.py
uhcr/storage/__init__.py
uhcr/storage/checksum.py
uhcr/storage/io_optimizer.py
uhcr/storage/memory_pool.py
uhcr/storage/redis_cache.py
uhcr/storage/sqlite_store.py