Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding _softmax, relu, permute etc #17

Merged
merged 4 commits into from
Jan 8, 2025
Merged

Conversation

dijopaul
Copy link

@dijopaul dijopaul commented Dec 3, 2024

Summary

  • Adding optimized versions of atan2, _softmax, cat, clamp, full, relu, remainder, permute_copy_out

  • Removing malloc and use temp allocator

dijopaul and others added 4 commits November 29, 2024 00:56
* Adding cat, full, permute_copy and relu ops (#34)

* Adding cat, full, permute_copy

* updating relu wrt new ref (#36)

* Temporary memory allocation, replacing mallocs (#38)

* Integrated temporary mem alloc functionality in place of malloc

* Namespace related changes

* Cleanup the main application

* Adding atan2, softmax, clamp and remainder ops (#37)

* Replaced malloc with temp_memory_allocator

---------

Co-authored-by: nishpoonia <94543206+nishpoonia@users.noreply.github.com>
Co-authored-by: Rushi-cad <gherderu@cadence.com>
* adding ET_KERNEL_CHECK for allocate_temp_memory

* solving lint error

* Removing redundant check
@cad-audio cad-audio merged commit 9babc9e into cad-audio:main Jan 8, 2025
4 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants