Skip to main content

Module neural_fast_path

Module neural_fast_path 

Source
Expand description

GPU neural fast-path helpers (device slot mapping + AD-chain glue).

This module contains GPU-resident tables used to map neural predicate outputs (probability vectors) to CNF variable ids in the compiled circuit.

Structsยง

GpuWeightSlots
Device-resident mapping from neural output slots to CNF variable ids.
NeuralFastPathConfig
Configuration for GPU neural fast-path weight injection.