SimLeek

Results 6 issues of SimLeek

When I run this in i3, it displays the desktop above all of the other windows. This is the same as other desktops, but I think this could be easy...

#### System Information - Ogre Version: V2.3.0 - Operating System / Platform: Windows - RenderSystem: N/A - GPU: N/A #### Detailled description There's an undefined reference for msFreePolygonsMutex when OGRE_THREAD_SUPPORT...

`kp.Manager().get_device_properties()` theoretically has access to `maxComputeSharedMemorySize` through `VkPhysicalDeviceLimits`, but it's not given in Python. I need to get `maxComputeSharedMemorySize` to make sure the spec_consts I'm sending don't end up initializing...

Easy to work around. I just have to do this: ``` find_package(fmt REQUIRED) find_package(kompute REQUIRED) ``` instead of: ``` find_package(kompute REQUIRED) ``` System: Arch Linux Could be confusing if you...

I'm currently working with matrices where >99% of the values of 0, and it's very unlikely most of the blocks will be larger than 1x1 in size. However, the libsmm_acc...

I've been trying to speed this thing up on my fork and render out further. Increasing the chunk size helps, but I noticed something in the performance window: ![image](https://user-images.githubusercontent.com/5911683/61028032-7d919880-a36c-11e9-86be-fde07b2080a9.png) The...