LICENSE
README.md
__init__.py
_debug_import.py
_kernel.py
_test_agent_integration.py
_test_histogram.py
pyproject.toml
setup.py
test_hist.py
./__init__.py
./_debug_import.py
./_kernel.py
./_test_agent_integration.py
./_test_histogram.py
./setup.py
./test_hist.py
Compute/__init__.py
Compute/Core/__init__.py
Compute/Core/FFT/__init__.py
Compute/Core/FFT/cpu.py
Compute/Core/FFT/descriptor.py
Compute/Core/FFT/wgsl.py
Compute/Core/Histogram/__init__.py
Compute/Core/Histogram/cpu.py
Compute/Core/Histogram/descriptor.py
Compute/Core/Histogram/wgsl.py
Compute/Core/Map/__init__.py
Compute/Core/Map/cpu.py
Compute/Core/Map/descriptor.py
Compute/Core/Map/wgsl.py
Compute/Core/MatMul/__init__.py
Compute/Core/MatMul/cpu.py
Compute/Core/MatMul/descriptor.py
Compute/Core/MatMul/wgsl.py
Compute/Core/Reduce/__init__.py
Compute/Core/Reduce/cpu.py
Compute/Core/Reduce/descriptor.py
Compute/Core/Reduce/wgsl.py
Compute/Core/Scan/__init__.py
Compute/Core/Scan/cpu.py
Compute/Core/Scan/descriptor.py
Compute/Core/Scan/wgsl.py
Compute/Core/Sort/__init__.py
Compute/Core/Sort/cpu.py
Compute/Core/Sort/descriptor.py
Compute/Core/Sort/wgsl.py
Mods/Mods.py
Mods/_lib/mods_lib.py
Pipeline/__init__.py
Pipeline/_lib/__init__.py
Pipeline/_lib/dispatcher.py
Pipeline/_lib/pipeline.py
Proxy/Proxy.py
Proxy/__init__.py
Proxy/_lib/proxy_lib.py
Runtime/Runtime.py
Runtime/__init__.py
Runtime/_lib/__init__.py
Runtime/_lib/compiler.py
Runtime/_lib/harness.py
Runtime/_lib/memory.py
Runtime/_lib/mod_iface.py
Runtime/_lib/packet.py
Runtime/_lib/profiler.py
Runtime/_lib/runtime.py
Runtime/_lib/scheduler.py
Runtime/_lib/task.py
Runtime/_lib/Drivers/__init__.py
Runtime/_lib/Drivers/base.py
Runtime/_lib/Drivers/CPU/CPU.py
Runtime/_lib/Drivers/CPU/__init__.py
Runtime/_lib/Drivers/CPU/_lib/__init__.py
Runtime/_lib/Drivers/CPU/_lib/cpu_driver.py
Runtime/_lib/Drivers/CPU/_lib/cpu_memory.py
Runtime/_lib/Drivers/CPU/_lib/thread_pool.py
Runtime/_lib/Drivers/CPU/_lib/worker_pool.py
Runtime/_lib/Drivers/CUDA/__init__.py
Runtime/_lib/Drivers/CUDA/_lib/__init__.py
Runtime/_lib/Drivers/CUDA/_lib/cuda_driver.py
Runtime/_lib/Drivers/Metal/__init__.py
Runtime/_lib/Drivers/Metal/_lib/__init__.py
Runtime/_lib/Drivers/Metal/_lib/metal_driver.py
Runtime/_lib/Drivers/OpenCL/__init__.py
Runtime/_lib/Drivers/OpenCL/_lib/__init__.py
Runtime/_lib/Drivers/OpenCL/_lib/opencl_driver.py
Runtime/_lib/Drivers/WebGPU/__init__.py
Runtime/_lib/Drivers/WebGPU/_lib/__init__.py
Runtime/_lib/Drivers/WebGPU/_lib/wgpu_driver.py
Runtime/_lib/Drivers/WebGPU/_lib/wgsl_serializer.py
Runtime/tests/__init__.py
Runtime/tests/register_test_kernels.py
Runtime/tests/test_harness.py
Runtime/tests/test_memory_stress.py
Runtime/tests/test_profiler.py
Runtime/tests/test_scheduler_stress.py
Runtime/tests/test_webgpu_step1.py
Runtime/tests/test_webgpu_step2.py
Runtime/tests/test_webgpu_step3.py
Runtime/tests/test_webgpu_step4.py
Runtime/tests/test_webgpu_step5_ema.py
Runtime/tests/validate_abi.py
Runtime/tests/kernels/__init__.py
Runtime/tests/kernels/blur_test.py
Runtime/tests/kernels/fft_test.py
Runtime/tests/kernels/stress_test.py
Series/Series.py
Series/_lib/__init__.py
Series/_lib/base_series.py
Series/_lib/executor.py
Series/_lib/expr.py
Series/_lib/image_series.py
Series/_lib/math_ops.py
Series/_lib/numeric_series.py
Series/_lib/object_series.py
Series/_lib/series_lib.py
Series/_lib/tensor_series.py
Series/_lib/text_series.py
Stats/Stats.py
Stats/_lib/stats_lib.py
Storage/Storage.py
Storage/__init__.py
Storage/_lib/__init__.py
Storage/_lib/accessor.py
Storage/_lib/column.py
Storage/_lib/optimize.py
Storage/_lib/packing.py
Storage/_lib/table.py
Tables/Tables.py
Tables/_lib/tables_lib.py
Trading/__init__.py
Trading/ADX/__init__.py
Trading/ADX/cpu.py
Trading/ADX/descriptor.py
Trading/ATR/__init__.py
Trading/ATR/cpu.py
Trading/ATR/descriptor.py
Trading/BollingerBands/__init__.py
Trading/BollingerBands/cpu.py
Trading/BollingerBands/descriptor.py
Trading/CCI/__init__.py
Trading/CCI/cpu.py
Trading/CCI/descriptor.py
Trading/EMA/__init__.py
Trading/EMA/cpu.py
Trading/EMA/descriptor.py
Trading/EMA/wgsl.py
Trading/KeltnerChannels/__init__.py
Trading/KeltnerChannels/cpu.py
Trading/KeltnerChannels/descriptor.py
Trading/MACD/__init__.py
Trading/MACD/cpu.py
Trading/MACD/descriptor.py
Trading/Momentum/__init__.py
Trading/Momentum/cpu.py
Trading/Momentum/descriptor.py
Trading/OBV/__init__.py
Trading/OBV/cpu.py
Trading/OBV/descriptor.py
Trading/ROC/__init__.py
Trading/ROC/cpu.py
Trading/ROC/descriptor.py
Trading/RSI/__init__.py
Trading/RSI/cpu.py
Trading/RSI/descriptor.py
Trading/SMA/__init__.py
Trading/SMA/cpu.py
Trading/SMA/descriptor.py
Trading/Stochastic/__init__.py
Trading/Stochastic/cpu.py
Trading/Stochastic/descriptor.py
Trading/SuperTrend/__init__.py
Trading/SuperTrend/cpu.py
Trading/SuperTrend/descriptor.py
Trading/VWAP/__init__.py
Trading/VWAP/cpu.py
Trading/VWAP/descriptor.py
Trading/WilliamsR/__init__.py
Trading/WilliamsR/cpu.py
Trading/WilliamsR/descriptor.py
Vis/__init__.py
Vis/_client.py
Vis/_gpu_downsample.py
Vis/_renderer.py
Vis/_shaders.py
Vis/_viewport_agg.py
_core/__init__.py
_core/column_view.py
_core/compression.py
_core/container.py
_core/context.py
_core/kernel.py
_core/series_proxy.py
_core/series_types.py
_core/visualizer.py
_core/backend/__init__.py
_core/backend/_numpy.py
_core/backend/_wgpu.py
_main/__init__.py
_main/_main.py
_main/_lib/main_lib.py
agent/__init__.py
agent/project.py
agent/session.py
agent/workspace.py
numfast.egg-info/PKG-INFO
numfast.egg-info/SOURCES.txt
numfast.egg-info/dependency_links.txt
numfast.egg-info/requires.txt
numfast.egg-info/top_level.txt
operations/__init__.py
operations/fft.py
operations/histogram.py
operations/matmul.py
operations/scan.py
operations/sort.py
tests/test_backend.py
tests/test_compression.py
tests/test_context.py
tests/test_executor.py
tests/test_expr.py
tests/test_i64_precision.py
tests/test_kernel.py
tests/test_main.py
tests/test_mods.py
tests/test_proxy.py
tests/test_series.py
tests/test_series_types.py
tests/test_stats.py
tests/test_tables.py
tests/test_wgpu_compute.py