William Huang

Results 3 issues of William Huang

Input ``` export func main() var A : tensor[3,3](int); var B : tensor[3,3](int); var C : tensor[3,3](int); A(:,:) = B(:,:) + C(:,:); end ``` Error message ``` Please report it...

### What's hard to do? (limit 100 words) This is a proposal to adapt constexpr-if semantics for parametrics in DSLX in response to the bug https://github.com/google/xls/issues/2423. We frequently encounter this...

enhancement
dslx