Replies: 4 comments 26 replies
-
Yes it does. There are two f8 types, e4m3 and e5m2. Look for those specifically and you should be able to find them |
Beta Was this translation helpful? Give feedback.
-
Hi @thakkarV, Thanks for your examples. Currently, I have a trouble of building cutlass_profiler on H100. The following dockerfile crashes the system.
The system has two H100-PCIe. I'm attaching the system info and nvidia-smi. I also attempted to cross-compile it on a V100, it crashed the V100 system as well. Please let me know if you can reproduce the issue. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Can you try with `-j 8` or smaller set of parallel processes. Likely the
image is hanging due to resource contention.
…On Fri, Dec 8, 2023 at 12:18 PM Vijay Thakkar ***@***.***> wrote:
its hard for me to help without knowing what the failure cause is, and
since I do not have a docker setup, its not possible for me to repro this
either. Adding @jackkosaian <https://github.com/jackkosaian> since he has
a pytorch docker container though I believe.
—
Reply to this email directly, view it on GitHub
<#1217 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADYUBHQQ62Z6E73AZFEG2UDYINKVRAVCNFSM6AAAAAA77XEP76VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQMBSGQ3DM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @thakkarV , sorry to bother you again. I built the docker successfully, but still have problems running the profiler on f8. specifically, |
Beta Was this translation helpful? Give feedback.
-
As 3.2 supports f8 gemm, does the profiler cutlass_profiler support it as well? Thanks.
I tested like
./cutlass_profiler --operation=Gemm --accum=f32 --m=16 --n=16 --k=1024 --A=f16:* --B=f8:* --C=f16:* --providers=cutlass --output=gemm_out.csv
. It's not working. And I couldn't find any f8-related code in the profiler.Beta Was this translation helpful? Give feedback.
All reactions