oneDNN icon indicating copy to clipboard operation
oneDNN copied to clipboard

benchdnn: memory: gpu: enable support for RNG memory fill

Open yehudaorel opened this issue 6 months ago • 1 comments

Description

Systems with data compression enabled by the driver by default wont generate meaningful performance data with benchdnn ... --mode=F

  • Reuse ocl_philox.h routine to directly fill gpu mem with random vals via a dedicated opencl kernel.

Fixes MFDNN-12589

Checklist

General

  • [X] Do all unit and benchdnn tests (make test and make test_benchdnn_*) pass locally for each commit?
  • [X] Have you formatted the code using clang-format?

yehudaorel avatar May 27 '25 16:05 yehudaorel

make test perf-gpu disable arch_gpu_xe-hpc disable arch_gpu_xe-lp disable arch_gpu_xe2-lpg

yehudaorel avatar Jun 02 '25 17:06 yehudaorel