Skip to content
Snippets Groups Projects
  1. Apr 22, 2024
  2. Apr 11, 2024
    • Jakob Kaiser's avatar
      fix: hw test execution · a40c5792
      Jakob Kaiser authored
      The partition for hardware runs was changed. Do no longer use partition
      to decide if hw tests should be executed but other env var.
      
      Change-Id: I9331007ec4f1aaf7200da04fe887732a096f9a3c
      a40c5792
  3. Feb 29, 2024
  4. Nov 21, 2023
  5. Nov 14, 2023
    • Philipp Spilger's avatar
      fix: 1024 division in spiketrain performance test · 5f8e49f8
      Philipp Spilger authored
      Change-Id: Id49a5858784e6611b6aa0a398c80268f36dcea7a
      5f8e49f8
    • Philipp Spilger's avatar
      feat(test): Add tests for regular spike-train generation throughput · 91bebba6
      Philipp Spilger authored
      * push_back(Variant<T>) < emplace_back(T)  < reserved emplace_back(T)
      * 38MHz (1200MB/s)      < 53MHz (1700MB/s) < 140MHz (4400MB/s)
        on HBPHost
      * each spike requires a WaitUntil and a SpikePack<1>, each of which
        require 16B in their variant
      * assuming typical power-of-two memory allocation of std::vector,
        we copy approx. the number of messages in the not-reserved cases
      * assert for performance drop to not less than half the measured
        values
      
      Change-Id: I1aceea62ac6561b4bb5037ff4591fddf73f9ea72
      91bebba6
  6. Oct 31, 2023
  7. Oct 16, 2023
  8. Sep 28, 2023
  9. Sep 18, 2023
  10. Aug 09, 2023
  11. Aug 03, 2023
  12. Jun 21, 2023
  13. Jun 19, 2023
  14. Jun 16, 2023
  15. Jun 13, 2023
  16. Jun 12, 2023
  17. May 15, 2023
  18. Apr 27, 2023
    • Tobias Thommes's avatar
      Fix get_extoll_connection_list_from_env() · 690be4a5
      Tobias Thommes authored
        * convert the FPGA-IPs exported by slurm into Extoll-Node-IDs
        * return connections to these Node-IDs only
        * throws an std::runtime_exception if no licences are invoked
          with slurm (no IPs present)
        * throws an std::runtime_exception if the requested nodes are not
          present in the network
      
      Change-Id: I73837a4e98153b796c6c4fa13cfc5a07a9c17783
  19. Apr 06, 2023
    • Christian Mauch's avatar
      Fix dependencies · aa421b0c
      Christian Mauch authored
      * dynamically extract downstream dependencies for repo state
      
      Change-Id: If98f68dce3bddfab7087b2a6332b62019f766b6a
      aa421b0c
  20. Apr 03, 2023
  21. Mar 24, 2023
  22. Mar 22, 2023
  23. Feb 28, 2023
    • Christian Mauch's avatar
      Rework check_for_timeout · 31b047ee
      Christian Mauch authored
      * separate out setup of connection
      * make public function so that lib-rcf quiggeldy server can call it
      * this allows quiggeldy server to perform reinit after reset of connection
      
      Depends-On:19637
      
      Change-Id: Idbed26ad16b9d4a6d3cf918ce488020d59398afd
  24. Feb 22, 2023
  25. Feb 15, 2023
  26. Feb 03, 2023
  27. Nov 28, 2022
  28. Nov 18, 2022
  29. Oct 26, 2022
    • Philipp Spilger's avatar
      Fix clang warnings · 632164d6
      Philipp Spilger authored
      * only seen on errors in genpybind, but clutter the log there
      
      Change-Id: I04ec904974b1b2acc565a200bf3749216ed96875
      632164d6
  30. Sep 21, 2022