LICENSE.md
README.md
pyproject.toml
tests/test_codegen_multiarch.py
tests/test_compiler.py
tests/test_frontend.py
tests/test_hardware.py
tests/test_passes.py
tests/test_runtime.py
tests/test_tensor.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/assembler.py
uhcr/compiler/aarch64/codegen.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/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/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