FlagOpen / FlagGems

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

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

Closed StrongSpoon closed 2 months ago

StrongSpoon commented 2 months 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