AaronRobinsonMSFT / DNNE

Prototype native exports for a .NET Assembly.
MIT License
394 stars 41 forks source link

Tests and warnings #174

Closed AaronRobinsonMSFT closed 1 year ago

AaronRobinsonMSFT commented 1 year ago

Address warnings on arm.

Convert to using __atomic_compare_exchange_n from __sync_val_compare_and_swap.

Update instance test to not print to console and instead return so validation is possible.

Supersedes https://github.com/AaronRobinsonMSFT/DNNE/pull/173

/cc @jtschuster @jkoritzinsky

AaronRobinsonMSFT commented 1 year ago

/cc @elinor-fung