This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 958 - Allow testing specific blocking sizes
Summary: Allow testing specific blocking sizes
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - matrix products (show other bugs)
Version: unspecified
Hardware: All All
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 937
  Show dependency treegraph
 
Reported: 2015-02-17 23:20 UTC by Benoit Jacob
Modified: 2019-12-04 14:15 UTC (History)
2 users (show)



Attachments
Allow testing specific blocking sizes (1.70 KB, patch)
2015-02-17 23:20 UTC, Benoit Jacob
gael.guennebaud: review+
Details | Diff

Description Benoit Jacob 2015-02-17 23:20:47 UTC
Created attachment 549 [details]
Allow testing specific blocking sizes

This is only a debugging/testing patch. Feel free to reject it :) I'm sure you already have a better version of it on your hard drive!

I need to be able to control blocking sizes at runtime for benchmarks that test all different blocking sizes. My typical benchmark code does:

int testk, testm, testn;
#define EIGEN_TEST_SPECIFIC_BLOCKING_SIZES
#define EIGEN_TEST_SPECIFIC_BLOCKING_SIZE_K testk
#define EIGEN_TEST_SPECIFIC_BLOCKING_SIZE_M testm
#define EIGEN_TEST_SPECIFIC_BLOCKING_SIZE_N testn
#include <Eigen/Core>
Comment 1 Gael Guennebaud 2015-02-18 13:25:40 UTC
Comment on attachment 549 [details]
Allow testing specific blocking sizes

Nothing really better here.
Comment 3 Nobody 2019-12-04 14:15:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/958.

Note You need to log in before you can comment on or make changes to this bug.