Results:
See https://gist.github.com/tkf/44a71bfb26f27efafa2edafbc0c87092 for the report output.
This is a set of scripts for using TaskDAGAnalyzers.jl to analyze the matrix-matrix multiplication in More balanced task DAG by tkf · Pull Request #83 · MasonProtter/Gaius.jl.
This is a benchmark driver for More balanced task DAG by tkf · Pull Request #83 · MasonProtter/Gaius.jl
make BENCHMARKS=bench_mat_vec_mul.jl all # benchmark matrix-vector multiplication
make BENCHMARKS=bench_mat_mat_mul.jl all # benchmark matrix-matrix multiplication
This file contains hidden or 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
diff --git a/llvm/lib/CodeGen/DwarfEHPrepare.cpp b/llvm/lib/CodeGen/DwarfEHPrepare.cpp | |
index 5ca1e91cc5f4..fde7b942665d 100644 | |
--- a/llvm/lib/CodeGen/DwarfEHPrepare.cpp | |
+++ b/llvm/lib/CodeGen/DwarfEHPrepare.cpp | |
@@ -1,350 +1,355 @@ | |
//===- DwarfEHPrepare - Prepare exception handling for code generation ----===// | |
// | |
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | |
// See https://llvm.org/LICENSE.txt for license information. | |
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
This file contains hidden or 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
julia> Threads.nthreads() | |
16 | |
julia> ENV["JULIA_EXCLUSIVE"] | |
"1" | |
julia> suite = SyncBarriersBenchmarks.BenchUniformLoops.setup(); | |
julia> results = run(suite["dissemination"]["spin"]) | |
2-element BenchmarkTools.BenchmarkGroup: |
This file contains hidden or 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 is machine-generated - editing it directly is not advised | |
[[AbstractFFTs]] | |
deps = ["LinearAlgebra"] | |
git-tree-sha1 = "485ee0867925449198280d4af84bdb46a2a404d0" | |
uuid = "621f4979-c628-5d54-868e-fcf4e3e8185c" | |
version = "1.0.1" | |
[[Adapt]] | |
deps = ["LinearAlgebra"] |
This file contains hidden or 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
================================================= | |
Trace Event Information | |
================================================= | |
Total records : 381217 | |
Locked Load/Store Operations : 2796 | |
Load Operations : 74757 | |
Loads - uncacheable : 2 | |
Loads - IO : 0 | |
Loads - Miss : 25 | |
Loads - no mapping : 75 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.