1. c2239bd Remove custom printf from kelvin.h by Alex Van Damme · 1 year, 4 months ago
  2. ccfc6b3 Add vector register initialization in the startup assembly by Cindy Liu · 1 year, 4 months ago
  3. 5706c8a Refactor crt targets. by Cindy Liu · 1 year, 4 months ago
  4. 62aac0c Merge "dwconv tests." by Cindy Liu · 1 year, 4 months ago
  5. 5ffe154 Add operator new[]/delete[] to gloss by Alex Van Damme · 1 year, 4 months ago
  6. 10746fd dwconv tests. by Derek Chow · 1 year, 5 months ago
  7. 22c2074 Update kelvin_binary rule tag attribute by Cindy Liu · 1 year, 5 months ago
  8. c494eca Merge "Add computer vision tests" by Cindy Liu · 1 year, 5 months ago
  9. e1ddfd5 Add computer vision tests by Cindy Liu · 1 year, 5 months ago
  10. 62ae1b3 Merge "Add support for SoundStream "streaming" version" by Alex Van Damme · 1 year, 5 months ago
  11. 945b3d6 Add support for SoundStream "streaming" version by Alex Van Damme · 1 year, 5 months ago
  12. dfd21ee Enable add_test in SystemC by Cindy Liu · 1 year, 5 months ago
  13. e62ed81 Add SystemC test bazel targets by Cindy Liu · 1 year, 5 months ago
  14. 6942457 Remove `.vv` and `.vx` variant for `vpadd` and `vpsub` by Cindy Liu · 1 year, 5 months ago
  15. e3747db Standalone encoder and decoder for Soundstream by Alex Van Damme · 1 year, 5 months ago
  16. 2c72b28 Fix another rounding issue in elementwise_add by Alex Van Damme · 1 year, 5 months ago
  17. 43fa7e1 Add a `flushall` in crt after main returns by Alex Van Damme · 1 year, 5 months ago
  18. 4f960aa Add vpadd isa test. by Derek Chow · 1 year, 5 months ago
  19. 7a2eaa4 Support functions for LeakyRelu by Alex Van Damme · 1 year, 5 months ago
  20. 288b9e9 Switch addition to vdmulh, fix rounding by Alex Van Damme · 1 year, 5 months ago
  21. c53e714 Add reference outputs for soundstream by Alex Van Damme · 1 year, 5 months ago
  22. 6155a65 Fix `vsrans` and `vsraqs` spec doc by Cindy Liu · 1 year, 5 months ago
  23. 21064ca Merge "Update `vrev` spec to match the HW behavior" by Cindy Liu · 1 year, 5 months ago
  24. b658a05 Merge "Fix getvl_test build warning" by Cindy Liu · 1 year, 5 months ago
  25. d23f605 Update `vrev` spec to match the HW behavior by Cindy Liu · 1 year, 5 months ago
  26. 59112ad Add support functions for an optimized Add kernel by Alex Van Damme · 1 year, 6 months ago
  27. eada66a Fix getvl_test build warning by Cindy Liu · 1 year, 6 months ago
  28. b7f07b1 Merge "Add buildifier into repo preupload check" by Cindy Liu · 1 year, 5 months ago
  29. 9cb87a7 Add buildifier into repo preupload check by Cindy Liu · 1 year, 5 months ago
  30. 7ba68ca Merge "Kelvin vld ISA test." by Derek Chow · 1 year, 5 months ago
  31. 805977c Kelvin vld ISA test. by Derek Chow · 1 year, 6 months ago
  32. 0478f30 Merge changes from topic "kelvin-isa-doc-formatting" by Gregory Kielian · 1 year, 5 months ago
  33. 7781781 Wrap word with __ with backticks for md formatting by Gregory Kielian · 1 year, 5 months ago
  34. 2920423 Remove stray backtick to preserve md format by Gregory Kielian · 1 year, 5 months ago
  35. 61e9896 Adjust backticks to preserve markdown format by Gregory Kielian · 1 year, 5 months ago
  36. 1023340 Fix ISA docs for vge by Alex Van Damme · 1 year, 5 months ago
  37. 3dc6de3 Merge "Modify kelvin _start to ebreak on non-zero exit code" by Alex Van Damme · 1 year, 5 months ago
  38. 0db1c37 Modify kelvin _start to ebreak on non-zero exit code by Alex Van Damme · 1 year, 6 months ago
  39. 21d9acf Merge "Move tflm third_party repo patches into tflm repo" by Cindy Liu · 1 year, 5 months ago
  40. a30fe74 Fix convolution instruction encoding in ISA doc by Cindy Liu · 1 year, 6 months ago
  41. a2f7008 Move tflm third_party repo patches into tflm repo by Cindy Liu · 1 year, 6 months ago
  42. 0f52a55 Move the kelvin_sim test runner variable into .bazelrc by Cindy Liu · 1 year, 6 months ago
  43. ccc394a Update README for newly-added folders by Alex Van Damme · 1 year, 6 months ago
  44. d555403 Optimized TFLM Reshape for kelvin by Alex Van Damme · 1 year, 6 months ago
  45. ae6d69d Soundstream encode/decode in TFLM by Alex Van Damme · 1 year, 6 months ago
  46. 8c1f6ee TFLM Person Detection by Alex Van Damme · 1 year, 6 months ago
  47. 36ca205 Merge "Use upstream RISC-V ISA test repo in WORKSPACE" by Cindy Liu · 1 year, 6 months ago
  48. da93a9a Merge "Update the Kelvin ISA spec for the scalar register encoding." by Cindy Liu · 1 year, 6 months ago
  49. ba583f1 Update the Kelvin ISA spec for the scalar register encoding. by Cindy Liu · 1 year, 6 months ago
  50. eab80fb Use upstream RISC-V ISA test repo in WORKSPACE by Cindy Liu · 1 year, 6 months ago
  51. 9ae79f5 Rename WORKSPACE repository name by Cindy Liu · 1 year, 6 months ago
  52. 41833a4 Cleanup branch-* tests code by Cindy Liu · 1 year, 6 months ago
  53. b6b0051 Enable unit test simulation by Cindy Liu · 1 year, 6 months ago
  54. 3b335ec Re-enable bss clearing, move heap init by Alex Van Damme · 1 year, 6 months ago
  55. 68300b0 Merge "Update vdwconv op in the spec" by Cindy Liu · 1 year, 6 months ago
  56. 3696d6c Update vdwconv op in the spec by Cindy Liu · 1 year, 6 months ago
  57. 570bafc sw/kelvin: build Kelvin library in cmake and cleanups by Lun Dong · 1 year, 6 months ago
  58. 06d10c6 Add vsliden and vslidep intrinstics to the sw header by Cindy Liu · 1 year, 6 months ago
  59. 73536fb Add back vsliden and vslidep encoding by Cindy Liu · 1 year, 6 months ago
  60. e8d0539 Add branch_division stress test by Cindy Liu · 1 year, 6 months ago
  61. c1d0440 Add branch-mod SW test by Cindy Liu · 1 year, 6 months ago
  62. cc6006a Add host op encoding tool by Cindy Liu · 1 year, 7 months ago
  63. cfd9a23 Merge "Fix kelvin intrinsic macros" by Cindy Liu · 1 year, 7 months ago
  64. 8698d16 Fix kelvin intrinsic macros by Cindy Liu · 1 year, 7 months ago
  65. d48f68e Update GCC build flags for binutils-2.40 by Cindy Liu · 1 year, 7 months ago
  66. d792151 Merge "Add Kelvin specific getvl test" by Cindy Liu · 1 year, 7 months ago
  67. b20fb73 Add the missing p.xx variant back to vector load/store ops by Cindy Liu · 1 year, 7 months ago
  68. 38a2a67 Add Kelvin specific getvl test by Cindy Liu · 1 year, 7 months ago
  69. 44adc51 Add `vmacc` back to the ISA doc by Cindy Liu · 1 year, 7 months ago
  70. 336612e Add Kelvin ISA doc by Cindy Liu · 1 year, 7 months ago
  71. 28bb447 Add riscv-test into kelvin SW project by Cindy Liu · 1 year, 8 months ago
  72. 7764559 Initial commit (Bazel version) by Cindy Liu · 1 year, 8 months ago
  73. a9208de Initial empty repository by Cindy Liu · 1 year, 8 months ago