-
```
In [1]: import torch
In [2]: torch.randint(2, (2**31-2,), device="cuda", dtype=torch.int8).sum() # BAD
Out[2]: tensor(0, device='cuda:0')
In [3]: torch.randint(2, (2**30-2,), device="cuda"…
-
Hi, thanks for the amazing work. My application uses 3D image dataset, I want to use DCNv4 layer block. However, the current implementation supports 2D input, how can we customize to 3D? Any suggestio…
-
## **Unusual Compilation Speed of `-O1`**
During testing with Clang 14.0.6 and Clang 9.0.1, we observed that in certain test cases, the compilation speed with `-O1` was very close to that of `-O2` or…
-
It is said that address accepts any Unicode character combinations, but with some strange or "malicious" input, it will fail since it cannot tell between address and the following parts, such as the r…
-
After enabling the tool to use uncertainty on magnitudes, the homogenization does not work with previous inputs.
@kejohnso
-
The name is truncated with the ... symbol. The VIP tag is also gone with the ... symbol.
Names with multiple spaces in between words is allowed as a valid input, this causes infinitely long names to …
-
I've just noticed that the `secrets` inputs are looking funky because they inherit a grey background from Webflow's default styles, please check with Leo about it!
-
Expected: The `addproject` command should work with the correct input.
Actual: The `addproject` command does not work as expected.
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/p…
-
In most cases, the model classes that will be used will be different from the types exposed to the client.
Fields such as secrets and passwords might be in the database and declared as fields on mode…
-
Currently, the name field only accepts alphanumeric characters, which is very restrictive and excludes many common names, such as the following:
Brian O’Connor
Mr. Clarence Teo (Zhang Ziqi)
Tan Cheng…