Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ Params
Class
Params
include/scheduler.h:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
int total_problem_mn;
11
12
struct Params {
13
int M;
14
int N;
15
int K;
16
};
17
18
struct TileInfo {
19
int m = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected