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

Orca sytorch #205

Draft
wants to merge 154 commits into
base: master
Choose a base branch
from
Draft

Orca sytorch #205

wants to merge 154 commits into from

Commits on Oct 3, 2022

  1. init: torch like interface

    kanav99 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9ae2194 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    2d826fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee28db View commit details
    Browse the repository at this point in the history
  3. fixed matmul bug

    kanav99 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6b2b9ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcbd291 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. training works somehow

    kanav99 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2885cea View commit details
    Browse the repository at this point in the history
  2. fix memory leak in tensor.h

    kanav99 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    58eb082 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. fuck

    kanav99 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8ef6947 View commit details
    Browse the repository at this point in the history
  2. no clue what's happening

    kanav99 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5803dc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. save progress

    kanav99 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    0e864e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee23a2b View commit details
    Browse the repository at this point in the history
  3. too much accuracy

    kanav99 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    e4e262b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. conv2d forward pass

    kanav99 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    901e580 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 13, 2022

  1. buggy but mine

    kanav99 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    adf2012 View commit details
    Browse the repository at this point in the history
  2. lenet training works

    kanav99 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    812c6c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    b654638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5952191 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. linked minillama

    kanav99 committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    aecd1bf View commit details
    Browse the repository at this point in the history
  2. more cleanup

    kanav99 committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    6921865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    309e832 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    9d296c7 View commit details
    Browse the repository at this point in the history
  2. add clear maxpool

    kanav99 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    74e2381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ded3617 View commit details
    Browse the repository at this point in the history
  4. relu maxpool optimization

    kanav99 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    737a635 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. llama integration

    kanav99 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ec03673 View commit details
    Browse the repository at this point in the history
  2. key calculation

    kanav99 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c393b3c View commit details
    Browse the repository at this point in the history
  3. added cifar10 dataset

    kanav99 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    473b6a4 View commit details
    Browse the repository at this point in the history
  4. some cleanup

    kanav99 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b331130 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. progress

    kanav99 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5719385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    049855c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57b3705 View commit details
    Browse the repository at this point in the history
  4. memory access fix in reshape

    kanav99 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c496ea5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. why are there nans?

    kanav99 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    252fcb5 View commit details
    Browse the repository at this point in the history
  2. fix nasty bias bug

    kanav99 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c28b480 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    a968137 View commit details
    Browse the repository at this point in the history
  2. read cifar10 in correct way

    kanav99 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2d515d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. fairly stable code

    kanav99 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    21a05ef View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

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

Commits on Oct 31, 2022

  1. RT backpass complete, maybe

    kanav99 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3cae24f View commit details
    Browse the repository at this point in the history
  2. FC and RT works, maybe

    kanav99 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6bda11c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    4aa3580 View commit details
    Browse the repository at this point in the history
  2. added 2 round relu api

    kanav99 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1285474 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. wild west now

    kanav99 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    63687a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. llamaextended

    kanav99 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    94aff00 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. stochastic relutruncate

    kanav99 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1def44d View commit details
    Browse the repository at this point in the history
  2. add sci backend

    kanav99 committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8ddfe77 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. double round maxpool

    kanav99 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    d46e612 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. maxpool backpass works yay

    kanav99 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    365c0c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. things look stable

    kanav99 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ffa4f23 View commit details
    Browse the repository at this point in the history
  2. stochastic ars in llama

    kanav99 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1dbb1fa View commit details
    Browse the repository at this point in the history
  3. bring back vgg code

    kanav99 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    667c9ee View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. fixtofloat done untested

    kanav99 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    99165be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f6f5c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. hard memory bug..

    kanav99 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7ddcbec View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. forgot to close file....

    kanav99 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7155ede View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. float2fix done, a bit bug

    kanav99 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5144e8a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. fixed float2fix

    kanav99 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f7ef5df View commit details
    Browse the repository at this point in the history
  2. timing float operations

    kanav99 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ff658fc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. branch add

    kanav99 committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    01bfa22 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    320ae34 View commit details
    Browse the repository at this point in the history
  2. match again

    kanav99 committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    f67931f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    8e8c6d8 View commit details
    Browse the repository at this point in the history
  2. ramdisk/mmap support

    kanav99 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0f767cd View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    a726b1f View commit details
    Browse the repository at this point in the history
  2. ramdisk fix

    kanav99 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    757ded4 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Feb 15, 2023

  1. Refactor (mpc-msri#1)

    * add gpu code
    
    * carvanha codegen
    
    * average softmax and more stats
    
    * massive update
    
    * forward + softmax works
    
    * fixed seed and cpu fwd activation matches gpu
    
    * fix: push 3layer code
    
    * local truncation emulation in cleartext and pvgg16
    
    * reluextend in cpu code
    
    * new truncation design, somewhat tested
    
    * wip commit
    
    * wip 2
    
    * reluextend hotfix, might still be wrong?
    
    * relu extend probably works now
    
    * minor change
    
    * llama improved and carvahna
    
    * label subtraction in gpu
    
    * two round sign extension
    
    * save before full run
    
    * these bugs make me wonder my sanity
    
    * update main
    
    * fix maxpool timing bug
    
    * deterministic dealer
    
    * hot fix
    
    * save progress
    
    * some changes
    
    * delete perf files
    
    * benchmarking commit
    
    * rt microbenchmark
    
    * save code
    
    * minor fix
    kanav99 authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c68a656 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. remove gpu code

    kanav99 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1078f4c View commit details
    Browse the repository at this point in the history
  2. sytorch refactor part 1

    kanav99 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    62ee65c View commit details
    Browse the repository at this point in the history
  3. part 2

    kanav99 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ac4cb9b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. works on macOS

    kanav99 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    940a221 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    de3f283 View commit details
    Browse the repository at this point in the history
  2. llama ext works with resnet9

    kanav99 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c5e9033 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. graph generation from code

    kanav99 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c2a16a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38bc49c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f22698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c7cf59 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    2025102 View commit details
    Browse the repository at this point in the history
  2. minor refactor

    kanav99 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    75ec790 View commit details
    Browse the repository at this point in the history
  3. minor refactor

    kanav99 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    be77ed8 View commit details
    Browse the repository at this point in the history
  4. sytorch modules lets goooo

    kanav99 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1ae575a View commit details
    Browse the repository at this point in the history
  5. minor refactor

    kanav99 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9a93dea View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. minor cosmetics

    kanav99 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    fc04b85 View commit details
    Browse the repository at this point in the history
  2. basic garbage cleaning

    kanav99 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3990dec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c222b3b View commit details
    Browse the repository at this point in the history
  4. variadic add

    kanav99 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f498b3b View commit details
    Browse the repository at this point in the history
  5. concat works

    kanav99 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    c1b07fa View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. vgg16 and chexpert untested

    kanav99 committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    347aa66 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. small changes

    kanav99 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    360e408 View commit details
    Browse the repository at this point in the history
  2. div support

    kanav99 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    c5509fc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Mar 19, 2023

  1. Onnx sytorch (mpc-msri#4)

    * Adding OnnxBridge and ezpc-cli from onnxbridge branch
    
    * added code for image load, model weights load, with ip and party
    
    * fixes
    
    * minor fix
    
    * output only to client
    
    * function renamed bcuz of overloading
    
    * final changes
    
    * typo
    
    * checkpoint Lenet working-> bug fixed
    
    * script updated
    
    * LLAMA compile script added
    
    * LLAMA compile script update
    
    * script working
    
    * basic README added
    
    * updated readme, need to still update about LLAMA prereq
    
    * updated readme, need to still update about LLAMA prereq
    
    * typo
    
    * updated to automatically send zip file over http
    
    * updates
    
    * bugfix
    
    ---------
    
    Co-authored-by: Kanav Gupta <[email protected]>
    Co-authored-by: Kanav Gupta <[email protected]>
    3 people authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    1c4ae86 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. avgpool changes

    kanav99 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ac568a2 View commit details
    Browse the repository at this point in the history
  2. fix llama improved

    kanav99 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    221182b View commit details
    Browse the repository at this point in the history
  3. remove SCIConfig.cmake

    kanav99 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d8724d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2838cf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Orca dumping (mpc-msri#5)

    * orca dumper untested
    
    * minor orca related changes
    kanav99 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7aeb352 View commit details
    Browse the repository at this point in the history
  2. add additional scripts

    kanav99 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fc67130 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    2a1e023 View commit details
    Browse the repository at this point in the history
  2. sequential fixed

    kanav99 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    6484937 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. buggy dcf with et

    kanav99 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    25377e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix one bug

    kanav99 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    674fb10 View commit details
    Browse the repository at this point in the history
  2. fix bug in dcf et

    kanav99 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    48a2bc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. more test for dcfet

    kanav99 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5aa9889 View commit details
    Browse the repository at this point in the history
  2. security tight in dcf et

    kanav99 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4aff784 View commit details
    Browse the repository at this point in the history
  3. wip dcf et 2 bit

    kanav99 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7a2d9ee View commit details
    Browse the repository at this point in the history
  4. minor

    kanav99 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a73c40e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1917e74 View commit details
    Browse the repository at this point in the history
  6. benchmark code in dcftest

    kanav99 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3b17210 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. rename

    kanav99 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3dbc9b7 View commit details
    Browse the repository at this point in the history
  2. dcfet wrapper

    kanav99 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b7a74db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    969fa9a View commit details
    Browse the repository at this point in the history
  4. dcfet2 in ReluExt

    kanav99 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    996d55d View commit details
    Browse the repository at this point in the history
  5. dcfet1 in SignExtend2

    kanav99 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d04ffba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f46816b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. new orca str

    kanav99 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    20bcb54 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. use secure STR

    kanav99 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    82fa741 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

  1. some bugs fixed

    kanav99 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    09e191e View commit details
    Browse the repository at this point in the history
  2. minor

    kanav99 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e78f173 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. microbenchmark for RT

    kanav99 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    cbe8fe1 View commit details
    Browse the repository at this point in the history
  2. rtm microbenchmark script

    kanav99 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8725316 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    5477ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    876fd0a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. module.h fix

    trajore committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8af3668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d9919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef06ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c08c32 View commit details
    Browse the repository at this point in the history
  5. added the ramdrive scripts

    trajore committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7771631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fefdb40 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    847cb3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3382240 View commit details
    Browse the repository at this point in the history
  3. fix bug in llama/comms.cpp

    trajore committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    790c151 View commit details
    Browse the repository at this point in the history
  4. fix to mult_key

    trajore committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9fef89d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 15, 2023

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

Commits on Sep 25, 2023

  1. float to fix working

    trajore committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ff7a964 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Oct 10, 2023

  1. working fix (initialization)

    trajore committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5d9b7ba View commit details
    Browse the repository at this point in the history
  2. float to fix corrected

    trajore committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6642c7d View commit details
    Browse the repository at this point in the history
  3. removed debugging statements

    trajore committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2f5d985 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 10, 2023

  1. Update float.cpp

    trajore authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    098395d View commit details
    Browse the repository at this point in the history
  2. Update api.cpp

    initialized d[i]=0;
    trajore authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f9d6085 View commit details
    Browse the repository at this point in the history
  3. Update api.cpp

    removed print statements
    trajore authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5b59e54 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge pull request mpc-msri#8 from trajore/early_term

    Implemented New Float to Fix
    trajore authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e31fde2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    2965bf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4efa831 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge pull request mpc-msri#9 from trajore/early_term

    removed add mix bit width temp changes
    trajore authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d03dd74 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    37c6d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7376d28 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Update float.cpp

    changed the y comparison check
    trajore authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a6b4cb3 View commit details
    Browse the repository at this point in the history