CINN icon indicating copy to clipboard operation
CINN copied to clipboard

Compiler Infrastructure for Neural Networks

Results 100 CINN issues
Sort by recently updated
recently updated
newest added

The benchmark on op Devices: - CPU - GPU Compare with TVM0.7 We might need to consider building a benchmark workflow in CI

kernel-gen

Add something like - `ConditionedSimplify` to simplify Load/Store indices - Extract extent from PolyFor to construct a For ```c++ if ((blockIdx.x < 40)) { { if ((threadIdx.x < 40)) {...

add pe module and related test

enhancement

Remove unneeded fields.

enhancement