Main class for GPU-accelerated applications with detailed API reference
ChiselApp
class is the primary interface for creating GPU-accelerated applications with Chisel CLI. It handles code packaging, upload, job submission, and function decoration.
True
when CHISEL_ACTIVATED=1
environment variable is set.Environment Variable | Effect | Set By |
---|---|---|
CHISEL_ACTIVATED=1 | Enables GPU functionality | chisel command |
CHISEL_BACKEND_RUN=1 | Indicates backend execution | Backend system |
CHISEL_JOB_ID | Current job identifier | Backend system |