aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysUpdate version to 1.0.0 draftHEADv1.0.0-rc0v1.00mainEric Kunze
5 daysStatus update and text cleanupEric Kunze
5 daysAdd limit on size of tensor listsEric Kunze
5 daysDefine TOSA versioning and compatibilityEric Kunze
6 daysAdd version_added to each op_profileEric Kunze
6 daysClarify error bound for non-normal valuesEric Kunze
6 daysRFFT2D: Correct pseudo-code when size is oneDominic Symes
7 daysSwitch fp8 to use non-saturating mode when convertingEric Kunze
7 daysDisallow per channel RESCALE if rank < 1Eric Kunze
8 daysAdd allowed profiles for each extensionEric Kunze
9 daysClarify wording on level definitionsEric Kunze
9 daysRemove int48 as valid accumulator for AVG_POOL2DEric Kunze
9 daysMain Conformance: Correct err_bnd checkDominic Symes
12 daysRemove Main Training profileEric Kunze
12 daysMove DIM to Shape operator sectionEric Kunze
12 daysAdjustments to profile changesEric Kunze
2024-04-05Main Conformance: Update SIN,COS error boundsDominic Symes
2024-03-18Add a new rationale appendixEric Kunze
2024-03-14Tighten ARGMAX definitionEric Kunze
2024-03-13Modify convolution operators to improve bias handlingEric Kunze
2024-03-12Modify TOSA profilesEric Kunze
2024-03-06Fix SIN and COS pseudocode inclusionEric Kunze
2024-02-23Accuracy requirements for RESIZE operatorEric Kunze
2024-02-23pseudocode: a few more simple syntax fixesKevin Petit
2024-02-23pseudocode: a collection of variable declaration fixesKevin Petit
2024-02-23pseudocode: replace calls to non-existent functionsKevin Petit
2024-02-15pseudocode: move defintions of apply_clip_{s,u} after the functions they callKevin Petit
2024-02-15pseudocode: replace use of nonexistent is_float with is_floating_point in AVG...Kevin Petit
2024-02-15pseudocode: use function declaration syntax for library functions that are no...Kevin Petit
2024-02-14Add SIN/COS to elementwise operator setEric Kunze
2024-02-14Initial FP8 supportEric Kunze
2024-02-14RESCALE: Correct sign checksDominic Symes
2024-02-14FFT, RFFT: Improve reference pseudo-codeDominic Symes
2024-02-09Main Conformance: Update POW error boundDominic Symes
2024-02-08pseudocode: use function call syntax to call templated functionsKevin Petit
2024-02-06pseudocode: move all helpers to separate filesKevin Petit
2024-02-02Update version to 0.100.0 draftEric Kunze
2024-01-31Add section of shape operatorsv0.90.0Eric Kunze
2024-01-28Add missing pseudocode for CONST, CUSTOM, ERF, and IDENTITY operatorsKevin Petit
2024-01-25Handle CAST from fp-type to narrow integer typesEric Kunze
2024-01-24pseudocode: replace all uses of FP64 and double types with fp64_tKevin Petit
2024-01-23Fix syntax higlighting of pseudocodeKevin Petit
2024-01-23pseudocode: use correct variable to write out data in REDUCE_MINKevin Petit
2024-01-23pseudocode: fix name mismatches with operator arguments in the XMLKevin Petit
2024-01-23pseudocode: replace C-style casts with static_castKevin Petit
2024-01-23pseudocode: use true/false consistently for boolean valuesKevin Petit
2024-01-19Fix typo in argmax pseudocodeThomas Preud'homme
2024-01-19pseudocode: only use commas to separate ranges in for_each statementsKevin Petit
2024-01-16pseudocode: a collection of trivial fixesKevin Petit
2024-01-15Move operator pseudocode to separate filesKevin Petit