FlagOpen / FlagGems

FlagGems is an operator library for large language models implemented in Triton Language.
Apache License 2.0
296 stars 27 forks source link

[bugfix] benchmark of floor_div & remainder called wrong argument fun… #207

Closed StrongSpoon closed 1 month ago

StrongSpoon commented 1 month ago

…ction

PR Category

[Benchmark]

Type of Change

[Bug Fix]

Description

benchmarks use binary_args to initialize the input tensors of floor_div and remainder, but need binary_int_args instead.

Issue

Progress

Performance