Utility Functions#
Index Conversion#
|
Convert CSR format index arrays to COO format index arrays. |
|
Convert COO format index arrays to CSC format. |
|
Convert CSR format index arrays to CSC format. |
GPU/TPU Random Number Generator#
|
Combined LFSR random number generator by L'Ecuyer (LFSR88). |
|
Combined LFSR random number generator by L'Ecuyer (LFSR113). |
|
Combined LFSR random number generator (LFSR128). |
|
Factory: create a Pallas RNG instance using the globally configured algorithm. |
Return the Pallas RNG class for the current global LFSR algorithm. |
Numba RNG LFSR88#
Numba RNG LFSR113#
Numba RNG LFSR128#
Numba RNG Dispatch#
Used internally by JIT kernel generators to resolve the correct LFSR functions at kernel-generation time.
Benchmarking#
|
Unified container for benchmark timing records across all (config × backend) pairs. |
|
Benchmark a function and return timing statistics. |
Kernel Helpers#
|
Define per-input JVP rules for a JAX primitive. |
|
General-purpose batching rule for custom JAX primitives. |
|
Convert a JAX / NumPy dtype to the corresponding Warp scalar type. |
|
Convert a |