-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Rename Julia package to
BabelStream.jl
and add compats (#175)"
This reverts commit 78ba4ff.
- Loading branch information
Showing
28 changed files
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name = "BabelStream" | ||
name = "JuliaStream" | ||
uuid = "1bdcc9b7-f5ed-4705-bc7b-be1b748ec681" | ||
authors = ["Wei-Chen Lin <[email protected]>"] | ||
version = "4.0" | ||
|
@@ -16,14 +16,4 @@ ROCKernels = "7eb9e9f0-4bd3-4c4c-8bef-26bd9629d9b9" | |
oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" | ||
|
||
[compat] | ||
AMDGPU = "0.4.8" | ||
ArgParse = "1.1.4" | ||
CUDA = "4.0.1" | ||
CUDAKernels = "0.4.7" | ||
Distributed = "1" | ||
ExprTools = "0.1.10" | ||
KernelAbstractions = "0.8.6" | ||
Parameters = "0.12.3" | ||
ROCKernels = "0.3.5" | ||
oneAPI = "1.0.2" | ||
julia = "1.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
src/julia/BabelStream.jl/src/JuliaStream.jl → src/julia/JuliaStream.jl/src/JuliaStream.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module BabelStream | ||
module JuliaStream | ||
end | ||
|
||
println("Please run benchmarks directly via `julia --project src/<IMPL>Stream.jl`") | ||
println("Please run benchmarks directly via `julia --project src/<IMPL>Stream.jl`") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.