chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.8k stars 421 forks source link

Add tests for modules in ChAI #26274

Closed ShreyasKhandekar closed 5 days ago

ShreyasKhandekar commented 6 days ago

This adds tests for individual modules in ChAI like Maxpool or Conv2D. This has exposed some modules that don't behave correctly, and some bugs already were fixed in this PR. Others require more work, still.

Companion to https://github.com/chapel-lang/ChAI/pull/10/

[Reviewed by @jabraham17 ]