|
Re: Vector Task Group minutes 2020/12/04
If separate loads and stores are introduced for mask, then separate vmask register can be introduced to avoid dual use of v0 (as a regular vector register and as a mask register) and its
If separate loads and stores are introduced for mask, then separate vmask register can be introduced to avoid dual use of v0 (as a regular vector register and as a mask register) and its
|
By
Alex Solomatnikov
·
#532
·
|
|
Re: 答复: [RISC-V] [tech-vector-ext] The scenarios of GEMM for u/int8 data
Hi,David
Can we see the git of your work?
My code has not been upload to git, and I will show it in the mail.
Does this mean the 32 vector registers are not enough,
or that the
Hi,David
Can we see the git of your work?
My code has not been upload to git, and I will show it in the mail.
Does this mean the 32 vector registers are not enough,
or that the
|
By
Linjie Yu
·
#531
·
|
|
Re: The scenarios of GEMM for u/int8 data
Linjie Yu <linjie.ylj@...> 於 2020年12月11日 週五 下午4:34寫道:
Have you consider to use fraction LMUL?
Linjie Yu <linjie.ylj@...> 於 2020年12月11日 週五 下午4:34寫道:
Have you consider to use fraction LMUL?
|
By
Zakk Chen
·
#530
·
|
|
Re: The scenarios of GEMM for u/int8 data
On 2020-12-11 3:34 a.m., Linjie Yu wrote:
Can we see the git of your work?
Does this mean the 32 vector registers are not enough,
or that the number of elements for
On 2020-12-11 3:34 a.m., Linjie Yu wrote:
Can we see the git of your work?
Does this mean the 32 vector registers are not enough,
or that the number of elements for
|
By
David Horner
·
#529
·
|
|
The scenarios of GEMM for u/int8 data
Hi,all
Recently, I optimized the kernel of GEMM for int8 data. I found that there was no good solution to do in by the use of the present vector ISA.
The mainly difficult I meet is: The
Hi,all
Recently, I optimized the kernel of GEMM for int8 data. I found that there was no good solution to do in by the use of the present vector ISA.
The mainly difficult I meet is: The
|
By
Linjie Yu
·
#528
·
|
|
Re: Vector Task Group minutes 2020/12/04
I concur.
Software can effect tail-undisturbed by
A pre conditioning the load,
B loading into temp register then use bitwise logic into target,
C save last byte of target , lde1, read last byte, write
I concur.
Software can effect tail-undisturbed by
A pre conditioning the load,
B loading into temp register then use bitwise logic into target,
C save last byte of target , lde1, read last byte, write
|
By
David Horner
·
#527
·
|
|
Re: Vector Task Group minutes 2020/12/04
On the issue of what bits to load for vle1.v, we need to decide whether
these are byte loads of length ceil(vl/8) or whether they are bit loads
of length vl. Bit loads _can_ have the additional
On the issue of what bits to load for vle1.v, we need to decide whether
these are byte loads of length ceil(vl/8) or whether they are bit loads
of length vl. Bit loads _can_ have the additional
|
By
Bill Huffman
·
#526
·
|
|
Re: Vector Task Group minutes 2020/12/04
Hi Krste,
This mask loading instruction is exactly the one we look forward.
I got some confusion on hiccups, why machines with internal dynamic data striping require hiccups whenever used as a mask?
Hi Krste,
This mask loading instruction is exactly the one we look forward.
I got some confusion on hiccups, why machines with internal dynamic data striping require hiccups whenever used as a mask?
|
By
lidawei14@...
·
#525
·
|
|
Vector Task Group minutes 2020/12/04
Date: 2020/12/04
Task Group: Vector Extension
Chair: Krste Asanovic
Co-Chair: Roger Espasa
Number of Attendees: ~12
Current issues on github: https://github.com/riscv/riscv-v-spec
Note: No meeting
Date: 2020/12/04
Task Group: Vector Extension
Chair: Krste Asanovic
Co-Chair: Roger Espasa
Number of Attendees: ~12
Current issues on github: https://github.com/riscv/riscv-v-spec
Note: No meeting
|
By
Krste Asanovic
·
#524
·
|
|
Vector Task Group minutes 2020/11/20 meeting
Next meeting today in usual time slot as on calendar,
Krste
Date: 2020/11/20
Task Group: Vector Extension
Chair: Krste Asanovic
Co-Chair: Roger Espasa
Number of Attendees: ~17
Current issues on
Next meeting today in usual time slot as on calendar,
Krste
Date: 2020/11/20
Task Group: Vector Extension
Chair: Krste Asanovic
Co-Chair: Roger Espasa
Number of Attendees: ~17
Current issues on
|
By
Krste Asanovic
·
#523
·
|
|
回复: [RISC-V] [tech-vector-ext] What is the plan for rvv v1.0
That is exactly what I want. Thanks Mark.
Weiwei
发件人: tech-vector-ext@... <tech-vector-ext@...>代表 mark
发送时间: 2020年11月25日 23:13
收件人: Wang Weiwei
That is exactly what I want. Thanks Mark.
Weiwei
发件人: tech-vector-ext@... <tech-vector-ext@...>代表 mark
发送时间: 2020年11月25日 23:13
收件人: Wang Weiwei
|
By
Wang Weiwei
·
#522
·
|
|
Re: What is the plan for rvv v1.0
If you are looking for expected dates they are always in the spec status spreadsheet at:
https://docs.google.com/spreadsheets/d/1iDXsvDhu8uRtiss0YazlioBBEV9Jrq_o01E59QdmkE0/edit?usp=sharing
if it is
If you are looking for expected dates they are always in the spec status spreadsheet at:
https://docs.google.com/spreadsheets/d/1iDXsvDhu8uRtiss0YazlioBBEV9Jrq_o01E59QdmkE0/edit?usp=sharing
if it is
|
By
mark
·
#521
·
|
|
What is the plan for rvv v1.0
Hi Krste and Andrew,
What is the rough plan for rvv v1.0 release? I searched vector-ext mailing list but can’t find the info I want.
Thanks
Weiwei
Hi Krste and Andrew,
What is the rough plan for rvv v1.0 release? I searched vector-ext mailing list but can’t find the info I want.
Thanks
Weiwei
|
By
Wang Weiwei
·
#520
·
|
|
next vector meeting in 7 hours
I think we'll be spending a chunk of time on mask layout and
implementation issues.
See you then,
Krste
I think we'll be spending a chunk of time on mask layout and
implementation issues.
See you then,
Krste
|
By
Krste Asanovic
·
#519
·
|
|
Re: rename vfrece7/vfrsqrte7 to vfrec7 and vfrsqrt7
👍
By
Andrew Waterman
·
#518
·
|
|
rename vfrece7/vfrsqrte7 to vfrec7 and vfrsqrt7
This is issue #601.
It was pointed out that *e7 (estimate to 7 bits) suffix on mnemonic is
easily confused with e32 (element size 32) on other mnemonics.
This is probably one we can handle on email
This is issue #601.
It was pointed out that *e7 (estimate to 7 bits) suffix on mnemonic is
easily confused with e32 (element size 32) on other mnemonics.
This is probably one we can handle on email
|
By
Krste Asanovic
·
#517
·
|
|
Vector TG minutes 2020/11/13 meeting
Date: 2020/11/13
Task Group: Vector Extension
Chair: Krste Asanovic
Co-Chair: Roger Espasa
Number of Attendees: ~22
Current issues on github: https://github.com/riscv/riscv-v-spec
Issues
Date: 2020/11/13
Task Group: Vector Extension
Chair: Krste Asanovic
Co-Chair: Roger Espasa
Number of Attendees: ~22
Current issues on github: https://github.com/riscv/riscv-v-spec
Issues
|
By
Krste Asanovic
·
#516
·
|
|
Half-Precision, BFloat16, and Other Float Encoding: Reference Model Recommendations from Task Group
Because there is no "official" BF16 standard (beyond interchange
format) and because other vendors have made incompatible choices (so
no de-facto standard either), we will need to define the RISC-V
Because there is no "official" BF16 standard (beyond interchange
format) and because other vendors have made incompatible choices (so
no de-facto standard either), we will need to define the RISC-V
|
By
Krste Asanovic
·
#515
·
|
|
Half-Precision, BFloat16, and Other Float Encoding: Reference Model Recommendations from Task Group
In support of Open Source Software and publicly released modeling schemes, does the Vector Task Group have a recommendation for arithmetic reference? The published ISSs can provide checking results
In support of Open Source Software and publicly released modeling schemes, does the Vector Task Group have a recommendation for arithmetic reference? The published ISSs can provide checking results
|
By
CDS <cohen.steed@...>
·
#514
·
|
|
Vector TG minutes from 2020/11/6 meeting
Also, reminder we'll be meeting tomorrow (Friday Nov 13) as per
calendar entry (7 hours from now),
Krste
Date: 2020/11/06
Task Group: Vector Extension
Chair: Krste Asanovic
Co-Chair: Roger
Also, reminder we'll be meeting tomorrow (Friday Nov 13) as per
calendar entry (7 hours from now),
Krste
Date: 2020/11/06
Task Group: Vector Extension
Chair: Krste Asanovic
Co-Chair: Roger
|
By
Krste Asanovic
·
#513
·
|