Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to NSUITE v0.8.1 #114

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9acd813
Pull up to arbor 0.6.
thorstenhater Mar 3, 2022
46c4e9f
add booster, bump arbor
thorstenhater Mar 16, 2022
dcb3e4c
Bump Arbor, add jwb.
thorstenhater Mar 16, 2022
c64a039
Merge.
thorstenhater Mar 16, 2022
d5529d8
Add CI.
thorstenhater Mar 16, 2022
e32658a
Update main.yml
thorstenhater Mar 21, 2022
5e48cdd
Update main.yml
thorstenhater Mar 21, 2022
295390a
Update main.yml
thorstenhater Mar 21, 2022
3e3174c
Update main.yml
thorstenhater Mar 21, 2022
33d5a7d
Update main.yml
thorstenhater Mar 21, 2022
a1185cd
Update main.yml
thorstenhater Mar 21, 2022
ff71329
Drop CUDA.
thorstenhater Mar 21, 2022
69161a6
Merge remote-tracking branch 'origin/master'
thorstenhater Mar 21, 2022
43a1dbd
Do not validate. Ever.
thorstenhater Mar 21, 2022
b89ddf0
Remove debug.
thorstenhater Mar 21, 2022
2a1969d
Fix review comment: export CC/CXX.
thorstenhater Apr 27, 2022
0f65be5
Bump to 0.7pre.
thorstenhater Jun 25, 2022
ca977fa
Driver spikes 1/ms.
thorstenhater Aug 9, 2022
3265ae2
Clean-up.
thorstenhater Aug 9, 2022
63e4a3b
Clean-up.
thorstenhater Aug 9, 2022
480547e
Tweak spiking patterns.
thorstenhater Aug 30, 2022
a40b5a1
Toggle spike recording.
thorstenhater Sep 1, 2022
ab1bc51
Tweaking the weight again.
thorstenhater Sep 1, 2022
9582e3d
Bump spikes to 702/200ms/ring.
thorstenhater Sep 29, 2022
454e8d5
Dont recorded spikes if not asked.
thorstenhater Sep 29, 2022
26a8903
Fix up for v0.8.1. Use voltage_cell probe, validation fails.
thorstenhater Apr 26, 2024
779a8fb
Fix up for v0.8.1. Use old probe style, all pass.
thorstenhater Apr 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Drop CUDA.
  • Loading branch information
thorstenhater committed Mar 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ff713293a4aac518469be52a7b5d245a37382d88
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y g++-10
- name: Set up cmake
- name: Set up CMake
uses: jwlawson/[email protected]
with:
cmake-version: ${{ matrix.config.cmake }}
3 changes: 0 additions & 3 deletions benchmarks/engines/busyring/arbor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
cmake_minimum_required(VERSION 3.9)
project(arbor-ring LANGUAGES CXX)

find_package(CUDAToolkit)
set (CMAKE_CXX_STANDARD 17)

enable_language(CUDA)

find_package(arbor REQUIRED)

add_executable(ring ring.cpp)
1 change: 1 addition & 0 deletions systems/gh.sh
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ ns_cc="gcc"
ns_cxx="g++"
ns_with_mpi=OFF
ns_arb_arch=native
ns_arb_gpu=none

ns_arb_git_repo='https://github.com/arbor-sim/arbor.git'
ns_arb_branch='master'