1. 9646e5a Update main branch version to 1.1.0draft by Eric Kunze · 11 days ago main
  2. 19cf217 Update version to 1.0.0 draft by Eric Kunze · 2 weeks ago v1.00 v1.0.0-rc0
  3. aaa31b3 Status update and text cleanup by Eric Kunze · 3 weeks ago
  4. d44dd79 Add limit on size of tensor lists by Eric Kunze · 3 weeks ago
  5. 618f66a Define TOSA versioning and compatibility by Eric Kunze · 3 weeks ago
  6. e6c07c8 Add version_added to each op_profile by Eric Kunze · 3 weeks ago
  7. 0e121c0 Clarify error bound for non-normal values by Eric Kunze · 4 weeks ago
  8. 9d14082 RFFT2D: Correct pseudo-code when size is one by Dominic Symes · 3 weeks ago
  9. aa162aa Switch fp8 to use non-saturating mode when converting by Eric Kunze · 3 weeks ago
  10. 7ad78d3 Disallow per channel RESCALE if rank < 1 by Eric Kunze · 3 weeks ago
  11. 132acad Add allowed profiles for each extension by Eric Kunze · 4 weeks ago
  12. 0d7d001 Clarify wording on level definitions by Eric Kunze · 6 weeks ago
  13. 02a0849 Remove int48 as valid accumulator for AVG_POOL2D by Eric Kunze · 4 weeks ago
  14. fedfb60 Main Conformance: Correct err_bnd check by Dominic Symes · 4 weeks ago
  15. 6bf6ac8 Remove Main Training profile by Eric Kunze · 7 weeks ago
  16. 8301291 Move DIM to Shape operator section by Eric Kunze · 7 weeks ago
  17. ce015e7 Adjustments to profile changes by Eric Kunze · 7 weeks ago
  18. 4f95cd8 Main Conformance: Update SIN,COS error bounds by Dominic Symes · 7 weeks ago
  19. 770b18e Add a new rationale appendix by Eric Kunze · 2 months ago
  20. fb65bcf Tighten ARGMAX definition by Eric Kunze · 8 weeks ago
  21. 0afe61f Modify convolution operators to improve bias handling by Eric Kunze · 3 months ago
  22. 6dd3410 Modify TOSA profiles by Eric Kunze · 2 months ago
  23. e6ee631 Fix SIN and COS pseudocode inclusion by Eric Kunze · 10 weeks ago
  24. 2266c7a Accuracy requirements for RESIZE operator by Eric Kunze · 6 months ago
  25. 2aa2552 pseudocode: a few more simple syntax fixes by Kevin Petit · 3 months ago
  26. afaaa67 pseudocode: a collection of variable declaration fixes by Kevin Petit · 3 months ago
  27. 0635552 pseudocode: replace calls to non-existent functions by Kevin Petit · 3 months ago
  28. d2ca22c pseudocode: move defintions of apply_clip_{s,u} after the functions they call by Kevin Petit · 3 months ago
  29. 43dafec pseudocode: replace use of nonexistent is_float with is_floating_point in AVG_POOL2D by Kevin Petit · 3 months ago
  30. 667e628 pseudocode: use function declaration syntax for library functions that are not defined by Kevin Petit · 3 months ago
  31. 1f05883 Add SIN/COS to elementwise operator set by Eric Kunze · 3 months ago
  32. 74e2ceb Initial FP8 support by Eric Kunze · 7 months ago
  33. 9fe5e96 RESCALE: Correct sign checks by Dominic Symes · 3 months ago
  34. 31c08c5 FFT, RFFT: Improve reference pseudo-code by Dominic Symes · 3 months ago
  35. 0e87924 Main Conformance: Update POW error bound by Dominic Symes · 3 months ago
  36. 599de07 pseudocode: use function call syntax to call templated functions by Kevin Petit · 3 months ago
  37. c65cd9c pseudocode: move all helpers to separate files by Kevin Petit · 3 months ago
  38. 6bf50e8 Update version to 0.100.0 draft by Eric Kunze · 3 months ago
  39. 526f6c7 Add section of shape operators by Eric Kunze · 4 months ago v0.90.0
  40. 7e5d187 Add missing pseudocode for CONST, CUSTOM, ERF, and IDENTITY operators by Kevin Petit · 3 months ago
  41. 6085883 Handle CAST from fp-type to narrow integer types by Eric Kunze · 3 months ago
  42. 0808d63 pseudocode: replace all uses of FP64 and double types with fp64_t by Kevin Petit · 3 months ago
  43. 5671114 Fix syntax higlighting of pseudocode by Kevin Petit · 3 months ago
  44. e61f89b pseudocode: use correct variable to write out data in REDUCE_MIN by Kevin Petit · 3 months ago
  45. 75920b1 pseudocode: fix name mismatches with operator arguments in the XML by Kevin Petit · 3 months ago
  46. 56d9ece pseudocode: replace C-style casts with static_cast by Kevin Petit · 3 months ago
  47. f9fcb61 pseudocode: use true/false consistently for boolean values by Kevin Petit · 3 months ago
  48. e340233 Fix typo in argmax pseudocode by Thomas Preud'homme · 4 months ago
  49. fe2fd1e pseudocode: only use commas to separate ranges in for_each statements by Kevin Petit · 4 months ago
  50. 1c16f54 pseudocode: a collection of trivial fixes by Kevin Petit · 4 months ago
  51. a7ac313 Move operator pseudocode to separate files by Kevin Petit · 4 months ago
  52. 8754ec2 Main Conformance: TANH change, SCATTER clarification by Dominic Symes · 5 months ago
  53. 2f3f4a2 Fix typo in i48_t description by Eric Kunze · 4 months ago
  54. 83e79b5 Main Conformance: Clarify REDUCE_PRODUCT conformance by Dominic Symes · 4 months ago
  55. 18acfe3 Add note to POW accuracy by Eric Kunze · 4 months ago
  56. 34f67da IDENTITY: Add missing types by Dominic Symes · 5 months ago
  57. 2bc6c57 Main Conformance: Update SIGMOID, TANH precision by Dominic Symes · 5 months ago
  58. 9151dd5 REDUCE_SUM: Specify the accumulator type by Dominic Symes · 6 months ago
  59. a46cf1d Main Conformance: Update RSQRT precision by Dominic Symes · 6 months ago
  60. f43fdce Fix description of CONST output by Eric Kunze · 6 months ago
  61. 64d502d Fix CustomOp description text by Jerry Ge · 6 months ago
  62. 946ba35 Update CustomOp's attribute names by Jerry Ge · 6 months ago
  63. f791b44 Main Conformance: Update EXP, POW precision by Dominic Symes · 6 months ago
  64. 8033f12 Add description of bias broadcast by Eric Kunze · 6 months ago
  65. c237b7e Main conformance: clarify floating point accuracy by Dominic Symes · 8 months ago
  66. 0ae7fd6 Define missing accuracy bounds by Eric Kunze · 7 months ago
  67. def882e TRANSPOSE_CONV2D: Remove redundant out_shape argument by Dominic Symes · 8 months ago
  68. 629baef Update version to 0.90 draft by Eric Kunze · 8 months ago
  69. 8bf6e71 Main Conformance: Add local_bound to RFFT2D by Dominic Symes · 8 months ago
  70. fe2ac6d Add integer divide with floor for coordinate calculation by Eric Kunze · 8 months ago
  71. b203512 Main Conformance: Update dot product error bound by Dominic Symes · 8 months ago v0.90a0
  72. 633a3d9 Update Custom operator arguments by Eric Kunze · 10 months ago
  73. fb0284e Change TOSA specification to signless types by Eric Kunze · 10 months ago
  74. b5b0678 Main conformance: Add local bound flag for convolutions by Dominic Symes · 9 months ago
  75. 830b43b Add DIM operator and operations on shape_t values by Dominic Symes · 12 months ago
  76. e1f517c Increase MAX_SCALE for the 8K level by Eric Kunze · 9 months ago
  77. 0fc278b Add StatefulOps to TOSA specification by Jerry Ge · 9 months ago
  78. 12ab5da Allow bias tensors to be broadcast by Dominic Symes · 9 months ago
  79. 318ac6f Use black and flake8 to format python (NFC) by Eric Kunze · 9 months ago
  80. 7b0f1c9 COND_IF/WHILE_LOOP: Add nesting level limit by Dominic Symes · 10 months ago
  81. 67f6b26 Change max rank for reduction operators to MAX_RANK by Eric Kunze · 10 months ago
  82. abb883a AVG_POOL2D conformance: fix kernel size names by Dominic Symes · 10 months ago
  83. 757b0af Add Int4 to ConstOp supported data types by Jerry Ge · 11 months ago
  84. 14aa620 FULLY_CONNECTED: Change weights and bias to be inputs by Dominic Symes · 11 months ago
  85. 8e14dcd Align RESCALE zp description with pseudocode by Eric Kunze · 11 months ago
  86. f0bc550 Fix ErfOp to match with the rest of activation operators by Jerry Ge · 11 months ago
  87. 52c89f4 Add ERF activation function by Eric Kunze · 12 months ago
  88. 9efe1a9 Fix main inference conformance test data by Dominic Symes · 11 months ago
  89. 69561f3 Fix main inference conformance data generator scaling by Dominic Symes · 11 months ago
  90. 5a20033 Update version to 0.80.0 draft by Eric Kunze · 11 months ago v0.80a0
  91. 57b171f Remove draft tag from 0.70 specification by Eric Kunze · 12 months ago v0.70 v0.70.0
  92. 5333c25 Formalise the description of operator argument types by Kevin Petit · 12 months ago
  93. 277a4f1 Update descriptions for activation functions. by Eric Kunze · 12 months ago
  94. b351aea Start introducing concepts to better describe the execution model by Kevin Petit · 12 months ago
  95. a79255f Remove orphaned pseudocode lines by Eric Kunze · 12 months ago
  96. 98b3e33 Replace uint6_t with int8_t by Kevin Petit · 12 months ago
  97. d728218 Use index_t for SLICE start/size by Kevin Petit · 12 months ago
  98. c0e467a Swap order of condition and input_list arguments on COND_IF by Kevin Petit · 12 months ago
  99. 42085e3 Add TOSA rank requirements to TOSA XML by Eric Kunze · 1 year, 4 months ago
  100. 5b936a3 Main inference compliance testing updates by Dominic Symes · 1 year, 2 months ago