LICENSE.md
README.md
pyproject.toml
tests/test_arm64_deployment.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_jobs.py
tests/test_passes.py
tests/test_protocol_server.py
tests/test_runtime.py
tests/test_serialization.py
tests/test_tensor.py
tests/test_version.py
uhcr/__init__.py
uhcr/cli.py
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/requires.txt
uhcr.egg-info/top_level.txt
uhcr/api/__init__.py
uhcr/api/ops.py
uhcr/api/tensor.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/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/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/plugins/__init__.py
uhcr/plugins/base.py
uhcr/runtime/__init__.py
uhcr/runtime/memory_manager.py
uhcr/runtime/runtime.py
uhcr/runtime/scheduler.py
uhcr/security/__init__.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