Skip to content

Commit

Permalink
adding tinygpmp module stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed Dec 24, 2024
1 parent 906c5ca commit d2c51be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void print_matrix(const std::vector<float>& mat, size_t rows, size_t cols) {

int main() {
// Dimensions of matrices (use larger sizes for more meaningful benchmarks)
size_t M = 512, N = 512, K = 512;
size_t M = 384, N = 384, K = 384;

// Initialize matrices with random values
std::vector<float> A(M * K, 1.0f);
Expand Down
Binary file added experiment/gemm_comparison
Binary file not shown.
2 changes: 2 additions & 0 deletions tinygpmp/fec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Forward Error Correction

Check notice on line 1 in tinygpmp/fec/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

tinygpmp/fec/README.md#L1

Expected: [None]; Actual: # Forward Error Correction

0 comments on commit d2c51be

Please sign in to comment.