Atomic init cleanup
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
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