long_long_float
long_long_float
@doe300 I have a question. I want to create a variable typed `i8*`. But when I execute following program, I got an error `General: Internal error: Cannot create complex type...
Evaluation of peformance * 3x3 smoothing filter * Input: 800x533 24bit RGBA image ``` Without combineDMALoads: GPU: 0.4144 sec With combineDMALoads: GPU: 0.3454 sec ``` Speed-up of about 16%. ```opencl...
@doe300 The work is finished. Please review changes.
@doe300 I have a question. Is there a way to find the instruction corresponded the local (for example, I want to get the instruction `%sub1 = sub i32 %mul, %width`...
@doe300 I want to insert the instruction (extends `IntermediateInstruction`) which do VPM load [here](https://github.com/long-long-float/VC4C/blob/combine-dma-loads/src/normalization/Normalizer.cpp#L687), but I cannot find it. Is there such the instruction, or should I create the instruction?
I understand, thanks.
I want "ICPC-like style". If there is a problem with string input, I propose that it should be enabled only with integer input.
The reason why I use `self.a` without `[..]` is that the errors displayed are the same in the code with and without `[..]`. The following example shows that there is...
I added a test for the issue. Could you review? @rustbot ready
I squashed all commits. Thank you for reviewing.