Skip to content

Commit

Permalink
Simplify LLAMA gemm specs (#38)
Browse files Browse the repository at this point in the history
Drop unused parameter `gcount`
  • Loading branch information
kuhar authored Jan 6, 2025
1 parent 19c832f commit a70b3df
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 594 deletions.
4 changes: 2 additions & 2 deletions gemmbench/gemm_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from utils import *
from dataclasses import dataclass
from pathlib import Path
from typing import Optional
Expand All @@ -10,7 +9,8 @@
get_default_run_config,
get_default_scheduling_params,
)
import torch
from utils import *
import os
import traceback


Expand Down
Loading

0 comments on commit a70b3df

Please sign in to comment.