Skip to content

Commit 083fda5

Browse files
committed
Update blog
1 parent ff7c7fb commit 083fda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2024-10-16-1729102225.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ cmake --build . --config Release
124124

125125
This ran on the CPU, and was obviously slow. But good to see it running!
126126

127-
**Tiny note:** I noticed that compiling with `g++` (mingw64) resulted in faster iterations/sec compared to MSVC. For e.g. `3.5 sec/it` vs `4.5 sec/it` for SD 1.5 (euler_a, 256x256, fp32). Not sure why.
127+
**Tiny note:** I noticed that compiling with `g++` (mingw64) resulted in faster iterations/sec compared to MSVC. For e.g. `3.5 sec/it` vs `4.5 sec/it` for SD 1.5 (euler_a, 256x256, fp32).
128128

129129
## Part 3: Compiling the CUDA version of sd.cpp
130130

0 commit comments

Comments
 (0)