Cameron Shinn

Results 14 issues of Cameron Shinn

Filter and neuron pruning do not have [`add_mask_to_module()`](https://github.com/NVlabs/condensa/blob/46a5c6fb31b95433f6006ab144a4ce4ac3affea5/condensa/mask.py#L17) support so there is a `NotImplementedError` raised [here](https://github.com/NVlabs/condensa/blob/46a5c6fb31b95433f6006ab144a4ce4ac3affea5/condensa/pi.py#L144) or [here](https://github.com/NVlabs/condensa/blob/46a5c6fb31b95433f6006ab144a4ce4ac3affea5/condensa/pi.py#L189). I was thinking I could catch and handle this exception since the...

The current storage method for caching guild data is just storing in a JSON file, which might work for now, but will not scale well in the future. For Python...

help wanted

Would be good to automatically regulate the queue by emptying it after a certain amount of inactivity. How do we decide who to remove and when? Some thoughts... * Remove...

enhancement

Looking for some map preview GIFs to add to the bot assets. These GIFs will be shown for their respective map within the mdraft embed when the map is decided...

enhancement

![image](https://user-images.githubusercontent.com/39427662/83588977-74229900-a507-11ea-88f6-411b7ba10a48.png) When a message is received I get this error and clicking OK makes it pop up repeatedly. `TypeError: Error processing argument at index 0, conversion failure from`... Let me...

Adding algorithms to C++ interface by doing the following for each: 1. Change `*_app.cu` -> `*_app.cuh` 2. Move `num_runs` argument to the end, but not after `memspace` arguments 3. Remove...

I have an example implementation of a block-sparse attention kernel that builds on top of the existing fmha_fwd example. Current performance sees roughly a 2.22x speedup at a 4K sequence...

### Problem Description I currently am unable to compile for debugging with `-O0`. When I add that flag, I get an error "error: Illegal instruction detected: Operand has incorrect register...

**Is your feature request related to a problem? Please describe.** The bot cannot use the `/match/end/{id}` endpoint without saving match info in its own database, because the endpoint requires the...

**Describe the bug** getPlayerMatchByDiscordId() returns 404 **To Reproduce** Steps to reproduce the behavior: 1. Start a match by filling up the queue 2. Query /player/discord/{discordId}/match for one of the players...

bug