1. 0e121c0 Clarify error bound for non-normal values by Eric Kunze · 7 weeks ago
  2. 9d14082 RFFT2D: Correct pseudo-code when size is one by Dominic Symes · 7 weeks ago
  3. aa162aa Switch fp8 to use non-saturating mode when converting by Eric Kunze · 7 weeks ago
  4. 7ad78d3 Disallow per channel RESCALE if rank < 1 by Eric Kunze · 7 weeks ago
  5. fedfb60 Main Conformance: Correct err_bnd check by Dominic Symes · 8 weeks ago
  6. 0afe61f Modify convolution operators to improve bias handling by Eric Kunze · 4 months ago
  7. 2aa2552 pseudocode: a few more simple syntax fixes by Kevin Petit · 4 months ago
  8. afaaa67 pseudocode: a collection of variable declaration fixes by Kevin Petit · 4 months ago
  9. 0635552 pseudocode: replace calls to non-existent functions by Kevin Petit · 4 months ago
  10. d2ca22c pseudocode: move defintions of apply_clip_{s,u} after the functions they call by Kevin Petit · 4 months ago
  11. 43dafec pseudocode: replace use of nonexistent is_float with is_floating_point in AVG_POOL2D by Kevin Petit · 4 months ago
  12. 667e628 pseudocode: use function declaration syntax for library functions that are not defined by Kevin Petit · 4 months ago
  13. 1f05883 Add SIN/COS to elementwise operator set by Eric Kunze · 4 months ago
  14. 74e2ceb Initial FP8 support by Eric Kunze · 8 months ago
  15. 9fe5e96 RESCALE: Correct sign checks by Dominic Symes · 4 months ago
  16. 31c08c5 FFT, RFFT: Improve reference pseudo-code by Dominic Symes · 4 months ago
  17. 599de07 pseudocode: use function call syntax to call templated functions by Kevin Petit · 4 months ago
  18. c65cd9c pseudocode: move all helpers to separate files by Kevin Petit · 4 months ago
  19. 526f6c7 Add section of shape operators by Eric Kunze · 5 months ago v0.90.0
  20. 7e5d187 Add missing pseudocode for CONST, CUSTOM, ERF, and IDENTITY operators by Kevin Petit · 4 months ago
  21. 6085883 Handle CAST from fp-type to narrow integer types by Eric Kunze · 4 months ago
  22. 0808d63 pseudocode: replace all uses of FP64 and double types with fp64_t by Kevin Petit · 4 months ago
  23. e61f89b pseudocode: use correct variable to write out data in REDUCE_MIN by Kevin Petit · 4 months ago
  24. 75920b1 pseudocode: fix name mismatches with operator arguments in the XML by Kevin Petit · 4 months ago
  25. 56d9ece pseudocode: replace C-style casts with static_cast by Kevin Petit · 4 months ago
  26. f9fcb61 pseudocode: use true/false consistently for boolean values by Kevin Petit · 4 months ago
  27. e340233 Fix typo in argmax pseudocode by Thomas Preud'homme · 5 months ago
  28. fe2fd1e pseudocode: only use commas to separate ranges in for_each statements by Kevin Petit · 4 months ago
  29. 1c16f54 pseudocode: a collection of trivial fixes by Kevin Petit · 5 months ago
  30. a7ac313 Move operator pseudocode to separate files by Kevin Petit · 5 months ago