Skip to content

Commit 4faf929

Browse files
committed
Remove outdated atomic scaling locked path diffuse HTML file and add new atomic scaling lock-free and locked path diffuse HTML files with updated Plotly graphs for 15-bit and 16-bit implementations.
1 parent 1ec41b6 commit 4faf929

9 files changed

+5
-11
lines changed

images/atomic_scaling_lock_free_16bit.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pages/bench-intvec/atomic_scaling_lock_free_diffuse.html renamed to images/atomic_scaling_lock_free_diffuse.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

images/atomic_scaling_lock_free_diffuse.svg

Lines changed: 1 addition & 1 deletion
Loading

images/atomic_scaling_locked_21bit.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pages/bench-intvec/atomic_scaling_locked_path_diffuse.html renamed to images/atomic_scaling_locked_path_diffuse.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

images/atomic_scaling_locked_path_diffuse.svg

Lines changed: 1 addition & 1 deletion
Loading

python/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def save_plot(fig, filename_base):
7272
print(f"Error saving SVG plot: {e}")
7373
print("Please ensure you have Kaleido installed (`pip install kaleido`)")
7474

75-
html_path = os.path.join(PROJECT_ROOT, "src", "pages", "bench-intvec", f"{filename_base}.html")
75+
html_path = os.path.join(OUTPUT_DIR, f"{filename_base}.html")
7676
os.makedirs(os.path.dirname(html_path), exist_ok=True)
7777
try:
7878
fig.write_html(html_path, full_html=False, include_plotlyjs='cdn')

src/pages/bench-intvec/atomic_scaling_lock_free_16bit.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/pages/bench-intvec/atomic_scaling_locked_21bit.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)