Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BM: fix the issue of yogini parameter error #382

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

wzhen12
Copy link
Contributor

@wzhen12 wzhen12 commented Sep 3, 2024

This patch is to fix the following issue:
cd workload-xsave/build
../start_test.sh -1 100 AMX memcpy MEM SSE RDTSC UMWAIT TPAUSE PAUSE DOTPROD AVX512 AVX2 AVX
trace-cmd record -e x86_fpu -F ./yogini -b 1 -r 100 -w AMX -w memcpy -w MEM -w SSE -w RDTSC -w UMWAIT -w TPAUSE -w PAUSE -w DOTPROD -w AVX512 -w AVX2 -w AVX usage: ./yogini [OPTIONS]

./yogini runs some simple micro workloads
-w, --workload [workload_name,threads#,break#, ...]
Available workloads: AMX memcpy MEM SSE RDTSC UMWAIT TPAUSE PAUSE DOTPROD AVX512
AVX2 AVX
-r, --repeat, each instance needs to be run
-b, --break_reason, [yield/sleep/trap/signal/futex]
For more help, see README

This patch is to fix the following issue:
cd workload-xsave/build
../start_test.sh -1 100 AMX memcpy MEM SSE RDTSC UMWAIT TPAUSE PAUSE DOTPROD
AVX512 AVX2 AVX
trace-cmd record -e x86_fpu -F ./yogini -b 1 -r 100 -w AMX -w memcpy -w MEM
-w SSE -w RDTSC -w UMWAIT -w TPAUSE -w PAUSE -w DOTPROD -w AVX512 -w AVX2 -w AVX
usage: ./yogini [OPTIONS]

./yogini runs some simple micro workloads
 -w, --workload [workload_name,threads#,break#, ...]
 Available workloads:  AMX memcpy MEM SSE RDTSC UMWAIT TPAUSE PAUSE DOTPROD AVX512
                       AVX2 AVX
 -r, --repeat, each instance needs to be run
 -b, --break_reason, [yield/sleep/trap/signal/futex]
For more help, see README

Signed-off-by: Zheng Wu <[email protected]>
@ysun ysun merged commit 80c280f into intel:main Sep 6, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants