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

Add missing loop over block columns of C #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 23, 2023

  1. Fix loop over block columns of C

    If the column count of C exceeds 1000, the code
    encounters a segmentation fault. The block size
    is defined #define nb 1000 and used to allocate
    the buffers. However, n instead of nb is
    passed.
    
    * add the missing loop over block columns of C
    * adjust the leading dimensions to select
      whatever the row count is
    angsch committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    097bb2c View commit details
    Browse the repository at this point in the history