Hpt
Home
GitHub
crate.io
Benchmarks
Home
GitHub
crate.io
Benchmarks
  • Dev Guide

    • allocation
    • New Type
    • type promote
    • pointer
    • test cases
    • iterator
    • New op
    • New arch support

Test cases

All the operators implemented must be tested in 4 cases.

  1. contiguous Tensor see
  2. uncontiguous Tensor see
  3. sliced contiguous Tensor see
  4. sliced uncontiguous Tensor see

Besides that, all the algorithm must be tested by using random input and random arguments.

最近更新: 2025/6/24 21:23
Contributors: Jianqoq
Prev
pointer
Next
iterator