8000 Ipotrick · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View Ipotrick's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Ipotrick

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Daxa Daxa Public

    Daxa is a convenient, simple and modern gpu abstraction built on vulkan

    C++ 437 32

  2. Sunset-Flock/Timberdoodle Sunset-Flock/Timberdoodle Public

    C++ 31 5

  3. Efficient GPU Work Expansion Efficient GPU Work Expansion
    1
    # What is "Work Expansion"
    2
    In a GPU-driven renderer, "work expansion" is a commonly occurring problem.
    3
    "Work Expansion" means that a single item of work spawns N following work items.
    4
    Typically one work item will be executed by one shader thread/invocation.
    5
    
                  
0