Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPC Implementation / Performance Improvements #14

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

IPC Implementation / Performance Improvements #14

wants to merge 23 commits into from

Commits on May 7, 2023

  1. Fix spatial hash grid cell size, triplet construction of sparse matri…

    …x, parallelize tet projection
    nithinp7 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    931941d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Pipeline decomposition update (hides latency), add padding when query…

    …ing/inserting triangle spatial hash
    nithinp7 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5f8680f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6818320 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    13eb2df View commit details
    Browse the repository at this point in the history
  2. Faster CCD

    nithinp7 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d41b3dc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    437d0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec377e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Backface collision

    nithinp7 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    b716704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd777d5 View commit details
    Browse the repository at this point in the history
  3. eig3 dependency

    nithinp7 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    4b123fd View commit details
    Browse the repository at this point in the history
  4. Add fast SVD library

    nithinp7 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a7b48dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7cc5d4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    aeeb665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2508ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    103b383 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    3bc51c1 View commit details
    Browse the repository at this point in the history
  2. Much better CUDA SVD library

    nithinp7 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b44cdae View commit details
    Browse the repository at this point in the history
  3. Remove tris-facing-in check

    nithinp7 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a5c05f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    865f286 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    19bee6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418eee0 View commit details
    Browse the repository at this point in the history
  3. Small CCD typo-bug fix?

    nithinp7 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    ec70ed5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    58bee33 View commit details
    Browse the repository at this point in the history