Igor Levicki
Igor Levicki
**Describe the bug** I initially reported this issue to [xformers](https://github.com/facebookresearch/xformers/issues/1083) since xformers build was failing for me without realizing error was in CUTLASS submodule. After some back and forth and...
# 🐛 Bug I am trying to build xformers from the main branch and no matter whether I try `0.0.27.post2` tag or the latest commit I am getting build errors....
### Feature description The upgrading section [here](https://github.com/rikyoz/bit7z/tree/v4.0.0?tab=readme-ov-file#-upgrading-from-bit7z-v3-to-v4) does not mention that `BitException` no longer has `getErrorCode()` and what it has been replaced with. ### Additional context _No response_ ### Code...
Let's start with simple stuff: ``` // Example 1 namespace DynamicDictionaryTest { using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using Tomlet; using Tomlet.Attributes; public class GameState {...