collaborators

9 papers

cs.AI2026

ParBench: A Benchmark for Reliable Evaluation of LLM Parallel Code Translation

Samyak Jhaveri, Erel Kaplan, Tom Yotam +4

Modern compute-intensive software must migrate across a changing ecosystem of accelerators, programming APIs, compiler stacks, and portability layers, including CUDA, OpenMP, OpenC…

cs.CV2026

Where Does Texture Evidence Live in SAM? Features, Proposal Masks, and Texture Segmentation

Nadav Orenstein, Aviad Cohen Zada, Shai Avidan +1

Texture segmentation stresses foundation segmentation because meaningful regions are defined by material or repeated appearance rather than object identity. Segment Anything Models…

cs.CV2026

Sub-Semantic Image Segmentation

Aviad Cohen Zada, Nadav Orenstein, Shai Avidan +1

Images can be segmented based on visual cues (i.e., texture segmentation) or into objects (i.e., semantic segmentation). We propose a new category of sub-semantic image segmentatio…

cs.DC2026

Latent Reasoning Guidance for Parallel Code Translation

Tomer Bitan, Erel Kaplan, Roee Bar-Yadin +5

Tackling complex coding tasks often requires autonomous agents and iterative repair pipelines. These increasingly rely on large amounts of test-time computation, often spending man…

cs.DC2026

ParaCodex: A Profiling-Guided Autonomous Coding Agent for Reliable Parallel Code Generation and Translation

Erel Kaplan, Tomer Bitan, Lian Ghrayeb +4

Parallel programming is central to HPC and AI, but producing code that is correct and fast remains challenging, especially for OpenMP GPU offload, where data movement and tuning do…

cs.DC2025

Counting Without Running: Evaluating LLMs' Reasoning About Code Complexity

Gregory Bolet, Giorgis Georgakoudis, Konstantinos Parasyris +4

Modern GPU software stacks demand developers who can anticipate performance bottlenecks before ever launching a kernel; misjudging floating-point workloads upstream can derail tuni…