Skip to content
View llyr-who's full-sized avatar
💭
❤️
💭
❤️
Block or Report

Block or report llyr-who

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. kern.c kern.c
    1
    #define EXECUTE(j)                                                        \
    2
        {                                                                     \
    3
            __m256 floats1 = _mm256_load_ps(&datar[b + j]);                   \
    4
            __m256 floats2 = _mm256_load_ps(&datac[b + j]);                   \
    5
            res1 = _mm256_add_ps(res1, _mm256_mul_ps(revKernel[j], floats1)); \
  2. partial_results.txt partial_results.txt
    1
    8 80000 63 81 123 61
    2
    16 80000 122 139 249 106
    3
    24 80000 120 312 478 794
    4
    32 80000 151 348 584 1085
    5
    64 80000 331 574 1111 2518