Skip to content

Commit

Permalink
Bump to 0.9.0-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo committed Jul 10, 2024
1 parent 2bebfab commit a2837ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion KomaMRIBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRIBase"
uuid = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c"
authors = ["Carlos Castillo Passi <cncastillo@uc.cl>"]
version = "0.9.0"
version = "0.9.0-DEV"

[deps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Expand Down
2 changes: 1 addition & 1 deletion KomaMRICore/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRICore"
uuid = "4baa4f4d-2ae9-40db-8331-a7d1080e3f4e"
authors = ["Carlos Castillo Passi <cncastillo@uc.cl>"]
version = "0.9.0"
version = "0.9.0-DEV"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
2 changes: 1 addition & 1 deletion KomaMRIFiles/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRIFiles"
uuid = "fcf631a6-1c7e-4e88-9e64-b8888386d9dc"
authors = ["Carlos Castillo Passi <cncastillo@uc.cl>"]
version = "0.9.0"
version = "0.9.0-DEV"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand Down
2 changes: 1 addition & 1 deletion KomaMRIPlots/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRIPlots"
uuid = "76db0263-63f3-4d26-bb9a-5dba378db904"
authors = ["Carlos Castillo Passi <cncastillo@uc.cl>"]
version = "0.9.0"
version = "0.9.0-DEV"

[deps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "KomaMRI"
uuid = "6a340f8b-2cdf-4c04-99be-4953d9b66d0a"
version = "0.9.0"
version = "0.9.0-DEV"
authors = ["Carlos Castillo Passi <cncastillo@uc.cl>"]

[deps]
Expand Down

1 comment on commit a2837ae

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KomaMRI Benchmarks

Benchmark suite Current: a2837ae Previous: eb05128 Ratio
MRI Lab/Bloch/CPU/2 thread(s) 1518177926 ns 1905493127.5 ns 0.80
MRI Lab/Bloch/CPU/4 thread(s) 1264921787.5 ns 914487178 ns 1.38
MRI Lab/Bloch/CPU/8 thread(s) 586016460 ns 814946114 ns 0.72
MRI Lab/Bloch/CPU/1 thread(s) 3944206835 ns 3299300532 ns 1.20
MRI Lab/Bloch/GPU/CUDA 154008923.5 ns 155313870 ns 0.99
MRI Lab/Bloch/GPU/oneAPI 44650285812.5 ns 27987109817 ns 1.60
MRI Lab/Bloch/GPU/Metal 3202722750 ns 3394142854 ns 0.94
MRI Lab/Bloch/GPU/AMDGPU 1785064601 ns 1755297484 ns 1.02
Slice Selection 3D/Bloch/CPU/2 thread(s) 3329807846 ns 3786600886 ns 0.88
Slice Selection 3D/Bloch/CPU/4 thread(s) 2645750395 ns 1794912707 ns 1.47
Slice Selection 3D/Bloch/CPU/8 thread(s) 1053370396 ns 1220462267 ns 0.86
Slice Selection 3D/Bloch/CPU/1 thread(s) 6503649361.5 ns 5938874198 ns 1.10
Slice Selection 3D/Bloch/GPU/CUDA 267654789 ns 270408353 ns 0.99
Slice Selection 3D/Bloch/GPU/oneAPI 2930224071 ns 2166473718.5 ns 1.35
Slice Selection 3D/Bloch/GPU/Metal 1120090167 ns 1392987166 ns 0.80
Slice Selection 3D/Bloch/GPU/AMDGPU 791311651 ns 757974598 ns 1.04

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.