[language] added alignment metadata for variables
This commit is contained in:
@@ -16,7 +16,7 @@ int main() {
|
||||
triton::jit jit(context);
|
||||
|
||||
// matrix multiplication parameters
|
||||
int32_t M = 1024, N = 1024, K = 1024;
|
||||
int32_t M = 32768, N = 1024, K = 1024;
|
||||
std::vector<float> hc(M*N);
|
||||
std::vector<float> rc(M*N);
|
||||
std::vector<float> ha(M*K);
|
||||
|
Reference in New Issue
Block a user