HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iamlemec

no profile record

Submissions

Gum – a graphics language for humans and LLMs

compendiumlabs.ai
2 points·by iamlemec·2 เดือนที่ผ่านมา·0 comments

comments

iamlemec
·3 ปีที่แล้ว·discuss
Thanks, looks really interesting. Do functions like matmul support inputs of differing type, like say A=int8 and B=float? Would be nice if you could get memory efficient quantized matmul with operator fusion.
iamlemec
·3 ปีที่แล้ว·discuss
I believe `count` will only give you the number of non-null rows, so the numbers from the first command could differ by column if there were null values. You can also use the `size` command to get the total number of rows, and that will return a `pd.Series` with or without a column specifier.