scispace - formally typeset
S

Sumith Kulal

Researcher at Stanford University

Publications -  13
Citations -  1275

Sumith Kulal is an academic researcher from Stanford University. The author has contributed to research in topics: Computer science & Function (mathematics). The author has an hindex of 6, co-authored 10 publications receiving 760 citations. Previous affiliations of Sumith Kulal include Indian Institute of Technology Bombay.

Papers
More filters
Posted Content

SPoC: Search-based Pseudocode to Code

TL;DR: This work proposes to perform credit assignment based on signals from compilation errors, which constitute 88.7% of program failures and improves the synthesis success rate over using the top-one translation of the pseudocode from 25.6% to 44.7%.
Proceedings ArticleDOI

Contract-based resource verification for higher-order functions with memoization

TL;DR: This work presents a new approach for specifying and verifying resource utilization of higher-order functional programs that use lazy evaluation and memoization, and uses it to verify precise bounds on resources such as evaluation steps and number of heap-allocated objects on 17 challenging data structures and algorithms.
Proceedings Article

SPoC: Search-based Pseudocode to Code

TL;DR: In this paper, the task of mapping pseudocode to executable code is considered, assuming a one-to-one correspondence between lines of pseudocodes and lines of code.
Posted Content

What's hard about Boolean Functional Synthesis

TL;DR: This paper presents a two-phase algorithm for Boolean functional synthesis, where the first phase is efficient both in terms of time and sizes of synthesized functions, and solves an overwhelming majority of benchmarks.