You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Two common use cases include
50
50
51
51
### Producing output in pure procedures
52
52
Writing pure procedures communicates useful information to a compiler or a developer.
53
-
Specifically, the pure attribute conveys compliance with several constraints that clarify data dependencies and preclude side effects.
53
+
Specifically, the pure attribute conveys compliance with several constraints that clarify data dependencies and preclude most side effects.
54
54
For a compiler, these constraints support optimizations, including automatic parallelization on a central processing unit (CPU) or offloading to a graphics processing unit (GPU).
55
55
For a developer, the constraints support refactoring tasks such as code movement.
0 commit comments