-
I am writing an OpenCL code-generating code.
In the process, I am also writing some tests. To do this, I first run my sympy code, then, I run the output OpenCL code and I check that it returns the…
-
The exclusions should come right after the site they are about, for instance:
```
*.livius.org/* _cse_galkqgoksq0
*.microsoft.com/* _cse_galkqgoksq0
*.microsoft.com/en-us/store/* _cse_exclude_galk…
-
There were a few changes, e.g., in `--init-node-from` (split into two commands), `--optimize-performance`, `--remove-old-proofs`, `--cse`, etc.
-
Following last week discussion. We notice there is no cse implemented. And I checked the decompositions of a few global expressions, they are duplicating (a lot) their arguments. Which is not an issue…
-
It seems that CSE is used on something not quite usuba0 on chacha20, which makes this special case necessary:
https://github.com/usubalang/usuba/blob/main/src/optimization/CSE.ml#L121
-
My project is about to control heat recovery ventilation unit in house. I am able to read some input registers now (ADU, CRC, send, receive on serial monitor is correct). I am trying to use class `CSE…
-
Your task is to count the number of ways to construct sum n by throwing a dice one or more times. Each throw produces an outcome between 1 and 6.
For example, if n=3, there are 4 ways:
1+1+1
1+2
…
-
Consider a money system consisting of n coins. Each coin has a positive integer value. Your task is to produce a sum of money x using the available coins in such a way that the number of coins is mini…
-
You are given an integer n. On each step, you may subtract one of the digits from the number.
How many steps are required to make the number equal to 0?
Input
The only input line has an integ…
-
While examining a weird performance regression on [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Odd.20Performance.20Phenomenon), we noticed a peculiar thing caused by a s…