You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
[D] Sat Dec 8 21:31:41 2018: Replaced access to memory buffer with access to VPM
[D] Sat Dec 8 21:31:41 2018: Replaced access to memory buffer with access to VPM
[D] Sat Dec 8 21:31:41 2018: Trying to lower access to shared local memory into VPM: copy i8 1 entries from (l) i32* %arrayidx50.1.1 into (l) i32* %arrayidx46.1.1
[D] Sat Dec 8 21:31:41 2018: Replaced access to memory buffer with access to VPM
[D] Sat Dec 8 21:31:41 2018: Trying to lower access to shared local memory into VPM: copy i8 1 entries from (l) i32* %arrayidx50 into (l) i32* %arrayidx46
[D] Sat Dec 8 21:31:41 2018: Trying to lower access to shared local memory into VPM: copy i8 1 entries from (l) i32* %arrayidx68 into (l) i32* %arrayidx64
....
The text was updated successfully, but these errors were encountered:
True, there is a TODO where probably either something should be done or at least an exception thrown. This should probably be fixed with #120. @nomaddo, on what kernel/test do you get the loop?
* fixes error in compressing work-group locals
* optimizes intrisics of local ids and sizes
* command-line options can now parse all optimizations
* annotates the VideoCore documentation with some errata
* combined operations make sure flag is set on add ALU
* fixes infinite loop, see #128
The following command make an infinite loop.
The text was updated successfully, but these errors were encountered: