Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfsuia authored Apr 8, 2024
1 parent 0ac879c commit 6478e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ I ran this performance test on my old computer: Intel(R) Xeon(R) CPU E5-2660 v2
I also observed that when the loop of iterations is too big, vectorization of it will cause my computer to crash due to memory shortage, therefore it ran slower than traditional loops in those extreme cases. It will be meaningful to see the trade off provided limited RAM, and how it'll perform when GPU come into play.

## Notice
**It might work or not work, it is still a experimental project. For now does not support the nested ifs. For example, the loop like the following, which has two ifs but in a nested way, won't work:
**It might have bugs, being a experimental project. For now it does not support the nested ifs.** For example, the loop like the following, which has two ifs but in a nested way, won't work:
```matlab
for n1=1:N1
for n2=1:N2
Expand Down

0 comments on commit 6478e0e

Please sign in to comment.