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

[kitrt] Fixes for numpy extension module #57

Merged
merged 2 commits into from
Sep 24, 2024

Commits on Sep 12, 2024

  1. [kitrt] Fixes for numpy extension module

     - Renamed kitrt.c to kitrt.cpp
     - Removed system allocators from extension module
     - Fixed typo in mem_realloc method name for both cuda and hip
     - Fixed signature for enable/disable mem handler
    jsarrao committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e1f5115 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Unconditionally include kitrt.h.

    Fixed whitespace errors.
    jsarrao committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6f0e35a View commit details
    Browse the repository at this point in the history