Skip to content

Atomic init cleanup

Nick Curtis requested to merge arghdos/loopy:atomic_init_cleanup into master

Fix a small bug in AtomicInit stringification, by having it derive from OrderedAtomic and using the same __str__ method as other atomics.

Additionally, print the kernel in test_atomic_init to test

Merge request reports