Bili Dong

Results 29 comments of Bili Dong

One major block might be the dask unit support, aka the dask-unyt integration in our case. I came across some relevant discussions which might be worth noting down here for...

https://code.visualstudio.com/remote/advancedcontainers/configure-separate-containers seems to work for me.

@apinski-cavium Thanks for the pointer! @jfingerh Thanks for the info! That's indeed where I'm getting at eventually. I was wondering how the struct action param would be represented in a...

I've hit a similar issue with the error message `Parser 'set' operation has invalid destination type 'expression', expected 'field'`. What I want to do is essentially `header_stack[variable_index] = value` in...

> hmmm so looking at the code, "set" supports expressions but only for the right operand. > > but I forgot that there is the `primitive` operation which can be...

Got it. I'll try to fix it as I have a use case that depends on this.

I can provide some additional context for your reference. My implementation for the Toeplitz hash in https://github.com/p4lang/behavioral-model/pull/1134 was basically following the implementation for [`crc16_custom` and `crc32_custom` hashes declared in v1model.p4](https://github.com/p4lang/p4c/blob/a56268106d7200490ed0049519a29ed327a595b7/p4include/v1model.p4#L394-L403),...

I see. Thanks for the clarification!

Is anyone working on solving this? If not, I'd like to have a try.

Understood. Thanks for the information. I'll see how far I can go on this.