New Warp Scheduler + VCD Enable
This commit is contained in:
Binary file not shown.
@@ -34,16 +34,17 @@ void print_matrix(unsigned * z)
|
||||
int main()
|
||||
{
|
||||
|
||||
// vx_print_hex(11);
|
||||
|
||||
initialize_mats();
|
||||
|
||||
// // matrix multiplication
|
||||
// matrix multiplication
|
||||
// vx_sq_mat_mult(x, y, z, MAT_DIM);
|
||||
// vx_print_str("\n\nMatrix multiplication\n");
|
||||
// print_matrix(z);
|
||||
|
||||
print_matrix(x);
|
||||
|
||||
|
||||
// // matrix addition
|
||||
// vx_mat_add(x, y, z, NUM_ROWS, NUM_COLS);
|
||||
// vx_print_str("\n\nMatrix Addition\n");
|
||||
|
||||
Reference in New Issue
Block a user