SearcharxivSearch

arXiv subjects

Sheng Ma

Publications and source records attributed to Sheng Ma.

17 recordsLinked to original sources

Session Attestation for Unmodified TLS Services in Confidential Virtual Machines

Confidential virtual machines simplify the migration of existing services into trusted execution environments, yet attesting their network connections often requires changing applications, TLS implementations, or certificates. We present SessionLatch, which provides session attestation while preserving all three. The key insight is that a trusted observation of the server's locally generated ephemeral public key, combined with standard TLS key confirmation, establishes the TEE endpoint guarantee without accessing TLS secrets. This moves attestation integration to the operating system: a temporary latch holds client encrypted records while evidence exchange overlaps the application TLS handshake, then removes itself after verification. The resulting connection retains enterprise service authentication and the native TLS data path, with no additional payload encryption. Mutual attestation uses the same construction and overlaps evidence generation at both endpoints. We implement Linux andWindowsintegrationandevaluaterealHygonCSVattestation. SessionLatch reduces short-upload mean latency by 63.1%/23.0% relative to TNG in interleaved Linux/Windows experiments. These results show that session attestation can strengthen existing confidential services without making a permanent proxy part of their data path.

cs.CR

C2P-Cache: Scalable GPU L1 Cache Sharing via Concurrent Candidate Pruning

Modern GPUs rely on private per-SM L1 caches and a shared L2 cache, but this organization obscures cross-SM reuse: an L1 miss is typically forwarded to L2 even when the requested line already resides in a peer L1 cache, leading to redundant L2 access. Prior GPU L1-sharing designs attempt to recover such reuse through exact or broad remote-hit searches, which become increasingly difficult to scale and can interfere with the critical L1 miss path under high concurrency. %miss handling as more caches participate and more misses arrive concurrently. We observe that eliminating redundant L2 accesses does not require exact, chip-wide knowledge of private L1 contents. Instead, it requires only sufficient visibility to sharply narrow down a small set of candidate caches, leaving exact confirmation to a much smaller number of L1s. Based on this insight, we propose C2P-Cache, a scalable GPU L1-sharing mechanism that transforms remote-hit discovery from a chip-wide exact search problem into a lightweight filtering-and-confirmation process. C2P-Cache maintains compact Bloom-filter-based snapshots of private L1 tags, performs parallel chip-wide candidate filtering, and selectively probes only a small number of likely peer caches. To sustain high concurrency, C2P-Cache organizes filtering as bit-sliced matching over a banked and replicated snapshot matrix, enabling efficient, parallel processing of many concurrent misses without interfering with normal L1 accesses. Across a wide range of GPU workloads, C2P-Cache improves instructions per cycle (IPC) by up to 49.7\% and by 23.5\% on average for applications with high remote-L1 reuse and strong sensitivity to L2 latency, demonstrating that lightweight, scalable filtering can effectively unlock cross-SM reuse with modest overhead.

cs.AR

NeuroPDE+: A Scalable Neuromorphic PDE Accelerator Based on Spintronic and Ferroelectric Devices

The pursuit of high-performance PDE solvers rests on three fundamental challenges: (i) the curse of dimensionality in kinetic and financial equations, (ii) the poor extrapolation of purely data-driven surrogates, and (iii) the widening gap between algorithm design and hardware specialization. To overcome these challenges, we present NeuroPDE+, a scalable neuromorphic PDE solver design based on spintronic and ferroelectric devices for accelerating PDE solutions. NeuroPDE+ consists of two dedicated units: a diffusion tracking unit (DTU), which emulates random walks on Markov chains through activations between hardware neurons, and a scattering tracking unit (STU), which samples non-local jumps via a multi-level probability tree. System-level simulations suggest that NeuroPDE+ achieves a squared error below 1e-2 in steady-state heat equation and particle transport problems. Simulation results further indicate that the DTU achieves up to a 315x performance gain over previous neuromorphic processors, and that the STU achieves a 1000x speedup compared to a general-purpose CPU. Co-designing algorithm and hardware with intrinsic stochasticity and non-volatile in-memory computing, NeuroPDE+ preliminarily explores a new paradigm for efficient and scalable neuromorphic PDE solvers. This approach could pave the way for probabilistic computing architectures in large-scale scientific simulations.

cs.AR

ATime-Consistent Benchmark for Repository-Level Software Engineering Evaluation

Evaluation of repository-aware software engineering systems is often confounded by synthetic task design, prompt leakage, and temporal contamination between repository knowledge and future code changes. We present a time-consistent benchmark methodology that snapshots a repository at time T0, constructs repository-derived code knowledge using only artifacts available before T0, and evaluates on engineering tasks derived from pull requests merged in the future interval (T0, T1]. Each historical pull request is transformed into a natural-language task through an LLM-assisted prompt-generation pipeline, and the benchmark is formalized as a matched A/B comparison in which the same software engineering agent is evaluated with and without repository-derived code knowledge while all other variables are held constant. We also report a baseline characterization study on two open-source repositories, DragonFly and React, using three Claude-family models and four prompt granularities. Across both repositories, file-level F1 increases monotonically from minimal to guided prompts, reaching 0.8081 on DragonFly and 0.8078 on React for the strongest tested model. These results show that prompt construction is a first-order benchmark variable. More broadly, the benchmark highlights that temporal consistency and prompt control are core validity requirements for repository-aware software engineering evaluation.

cs.SE

High-efficiency Weak-trace-free Counterfactual Communication via Quantum Zeno Effect

The quantum Zeno effect, which inhibits quantum state evolution via repeated weak measurements, significantly enhances the efficiency of interaction-free measurement (IFM). This fundamental mechanism facilitates high-efficiency counterfactual quantum communication, enabling information delivery without particle transmission through the channel. However, the transmission time of the counterfactual communication requires minutes for bit and suffers the bit error when transmitting an image. Applying the quantum Zeno effect, we experimentally demonstrate high-efficiency weak-trace-free counterfactual communication on a quantum photonic chip, achieving a transmission probability of 74.2 $\pm$ 1.6\% for bit 0 and 85.1 $\pm$ 1.3\% for bit 1. Furthermore, we successfully transmit our group's logo -- Quanta -- through counterfactual communication, and reduce the time cost from minutes to seconds for bit, with zero bit errors after information processing. Our study provides a promising approach for secure and efficient communication using integrated silicon quantum photonics.

quant-ph

NeuroPDE: A Neuromorphic PDE Solver Based on Spintronic and Ferroelectric Devices

In recent years, new methods for solving partial differential equations (PDEs) such as Monte Carlo random walk methods have gained considerable attention. However, due to the lack of hardware-intrinsic randomness in the conventional von Neumann architecture, the performance of PDE solvers is limited. In this paper, we introduce NeuroPDE, a hardware design for neuromorphic PDE solvers that utilizes emerging spintronic and ferroelectric devices. NeuroPDE incorporates spin neurons that are capable of probabilistic transmission to emulate random walks, along with ferroelectric synapses that store continuous weights non-volatilely. The proposed NeuroPDE achieves a variance of less than 1e-2 compared to analytical solutions when solving diffusion equations, demonstrating a performance advantage of 3.48x to 315x speedup in execution time and an energy consumption advantage of 2.7x to 29.8x over advanced CMOS-based neuromorphic chips. By leveraging the inherent physical stochasticity of emerging devices, this study paves the way for future probabilistic neuromorphic computing systems.

cs.AR

CXL-DMSim: A Full-System CXL Disaggregated Memory Simulator With Comprehensive Silicon Validation

Compute eXpress Link (CXL) has emerged as a key enabler of memory disaggregation for future heterogeneous computing systems to expand memory on-demand and improve resource utilization. However, CXL is still in its infancy stage and lacks commodity products on the market, thus necessitating a reliable system-level simulation tool for research and development. In this paper, we propose CXL-DMSim, an open-source full-system simulator to simulate CXL disaggregated memory systems with high fidelity at a gem5-comparable simulation speed. CXL-DMSim incorporates a flexible CXL memory expander model along with its associated device driver, and CXL protocol support with CXL.io and CXL.mem. It can operate in both app-managed mode and kernel-managed mode, with the latter using a dedicated NUMA-compatible mechanism. The simulator has been rigorously verified against a real hardware testbed with both FPGAand ASIC-based CXL memory devices, which demonstrates the qualification of CXL-DMSim in simulating the characteristics of various CXL memory devices at an average simulation error of 3.4%. The experimental results using LMbench and STREAM benchmarks suggest that the CXL-FPGA memory exhibits a ~2.88x higher latency than local DDR while the CXL-ASIC latency is ~2.18x; CXL-FPGA achieves 45-69% of local DDR memory bandwidth, whereas the number for CXLASIC is 82-83%. The study also reveals that CXL memory can significantly enhance the performance of memory-intensive applications, improved by 23x at most with limited local memory for Viper key-value database and approximately 60% in memorybandwidth-sensitive scenarios such as MERCI. Moreover, the simulator's observability and expandability are showcased with detailed case-studies, highlighting its great potential for research on future CXL-interconnected hybrid memory pool.

cs.ET

Spin-NeuroMem: A Low-Power Neuromorphic Associative Memory Design Based on Spintronic Devices

Biologically-inspired computing models have made significant progress in recent years, but the conventional von Neumann architecture is inefficient for the large-scale matrix operations and massive parallelism required by these models. This paper presents Spin-NeuroMem, a low-power circuit design of Hopfield network for the function of associative memory. Spin-NeuroMem is equipped with energy-efficient spintronic synapses which utilize magnetic tunnel junctions (MTJs) to store weight matrices of multiple associative memories. The proposed synapse design achieves as low as 17.4% power consumption compared to the state-of-the-art synapse designs. Spin-NeuroMem also encompasses a novel voltage converter with a 53.3% reduction in transistor usage for effective Hopfield network computation. In addition, we propose an associative memory simulator for the first time, which achieves a 5Mx speedup with a comparable associative memory effect. By harnessing the potential of spintronic devices, this work paves the way for the development of energy-efficient and scalable neuromorphic computing systems.

cs.AR

RHS-TRNG: A Resilient High-Speed True Random Number Generator Based on STT-MTJ Device

High-quality random numbers are very critical to many fields such as cryptography, finance, and scientific simulation, which calls for the design of reliable true random number generators (TRNGs). Limited by entropy source, throughput, reliability, and system integration, existing TRNG designs are difficult to be deployed in real computing systems to greatly accelerate target applications. This study proposes a TRNG circuit named RHS-TRNG based on spin-transfer torque magnetic tunnel junction (STT-MTJ). RHS-TRNG generates resilient and high-speed random bit sequences exploiting the stochastic switching characteristics of STT-MTJ. By circuit/system co-design, we integrate RHS-TRNG into a RISC-V processor as an acceleration component, which is driven by customized random number generation instructions. Our experimental results show that a single cell of RHS-TRNG has a random bit generation speed of up to 303 Mb/s, which is the highest among existing MTJ-based TRNGs. Higher throughput can be achieved by exploiting cell-level parallelism. RHS-TRNG also shows strong resilience against PVT variations thanks to our designs using bidirectional switching currents and dual generator units. In addition, our system evaluation results using gem5 simulator suggest that the system equipped with RHS-TRNG can achieve 3.4-12x higher performance in speeding up option pricing programs than software implementations of random number generation.

cs.AR

Quasi two-dimensional nature of high-Tc superconductivity in iron-based (Li,Fe)OHFeSe

The intercalated iron selenide (Li,Fe)OHFeSe has a strongly layered structure analogous to the quasi two-dimensional (2D) bismuth cuprate superconductors, and exhibits both high-temperature (Tc) and topological superconductivity. However, the issue of its superconductivity dimensionality has not yet been fully investigated so far. Here we report that the quasi-2D superconductivity features, including the high anisotropy {\gamma} = 151 and the associated quasi-2D vortices, are also revealed for (Li,Fe)OHFeSe, based on systematic experiments of the electrical transport and magnetization and model fittings. Thus, we establish a new vortex phase diagram for (Li,Fe)OHFeSe, which delineates an emergent quasi-2D vortex-liquid state, and a subsequent vortex-solid dimensional crossover from a pancake-like to a three-dimensional state with decreasing temperature and magnetic field. Furthermore, we find that all the quasi-2D characteristics revealed here for the high-Tc iron selenide superconductor are very similar to those reported for the high-Tc bismuth cuprate superconductors.

cond-mat.supr-con

Evidence of a hidden flux phase in the topological kagome metal CsV$_3$Sb$_5$

Phase transitions governed by spontaneous time reversal symmetry breaking (TRSB) have long been sought in many quantum systems, including materials with anomalous Hall effect (AHE), cuprate high temperature superconductors, Iridates and so on. However, experimentally identifying such a phase transition is extremely challenging because the transition is hidden from many experimental probes. Here, using zero-field muon spin relaxation (ZF-$\mu$SR) technique, we observe strong TRSB signals below 70 K in the newly discovered kagome superconductor CsV$_3$Sb$_5$. The TRSB state emerges from the 2 x 2 charge density wave (CDW) phase present below ~ 95 K. By carrying out optical second-harmonic generation (SHG) experiments, we also find that inversion symmetry is maintained in the temperature range of interest. Combining all the experimental results and symmetry constraints, we conclude that the interlayer coupled chiral flux phase (CFP) is the most promising candidate for the TRSB state among all theoretical proposals of orbital current orders. Thus, this prototypical kagome metal CsV3Sb5 can be a platform to establish a TRSB current-ordered state and explore its relationship with CDW, giant AHE, and superconductivity.

cond-mat.supr-con

Magnetic-Field-Induced Spin Nematicity in FeSe1-xSx and FeSe1-yTey Superconductor Systems

The angular-dependent magnetoresistance (AMR) of the ab plane is measured on the single crystals of FeSe1-xSx (x = 0, 0.07, 0.13 and 1) and FeSe1-yTey (y = 0.06, 0.61 and 1) at various temperatures under fields up to 9 T. A pronounced twofold-anisotropic carrier-scattering effect is identified by AMR, and attributed to a magnetic-field-induced spin nematicity that emerges from the tetragonal normal-state regime below a characteristic temperature Tsn. This magnetically polarized spin nematicity is found to be ubiquitous in the isoelectronic FeSe1-xSx and FeSe1-yTey systems, no matter whether the sample shows an electronic nematic order at Ts < Tsn, or an antiferromagnetic order at TN < Tsn, or neither order. Importantly, we find that the isoelectronic substitution with sulfur does not suppress but even enhances the characteristic Tsn of the induced spin nematicity in FeSe1-xSx samples. This contrasts sharply with their rapidly suppressed Ts, the transition temperature of the spontaneous electronic nematicity. Furthermore, we find that the superconductivity is significantly suppressed with the enhancement of the induced spin nematicity in both FeSe1-xSx and FeSe1-yTey samples.

cond-mat.supr-con

Unusual normal and superconducting state properties observed in hydrothermal Fe1-xSe flakes

The electronic and superconducting properties of Fe1-xSe single-crystal flakes grown hydrothermally are studied by the transport measurements under zero and high magnetic fields up to 38.5 T. The results contrast sharply with those previously reported for nematically ordered FeSe by chemical-vapor-transport (CVT) growth. No signature of the electronic nematicity, but an evident metal-to-nonmetal crossover with increasing temperature, is detected in the normal state of the present hydrothermal samples. Interestingly, a higher superconducting critical temperature Tc of 13.2 K is observed compared to a suppressed Tc of 9 K in the presence of the nematicity in the CVT FeSe. Moreover, the upper critical field in the zero-temperature limit is found to be isotropic with respect to the field direction and to reach a higher value of ~42 T, which breaks the Pauli limit by a factor of 1.8.

cond-mat.supr-con

Distinctive momentum dependent charge-density-wave gap observed in CsV$_3$Sb$_5$ superconductor with topological Kagome lattice

CsV$_3$Sb$_5$ is a newly discovered Kagome superconductor that attracts great interest due to its topological nontrivial band structure and the coexistence of superconductivity and charge-density-wave (CDW) with many exotic properties. Here, we report the detailed characterization of the CDW gap in high-quality CsV$_3$Sb$_5$ single crystals using high-resolution angle-resolved photoemission spectroscopy. We find that the CDW gap is strongly momentum dependent. While gapped around the $M$ point, the electronic states remain gapless around the $\Gamma$ point and along the $\Gamma$-$K$ direction. Such momentum dependence indicates that the CDW is driven by the scattering of electrons between neighboring $M$ points, where the band structure hosts multiple saddle points and the density of state diverges near the Fermi level. Our observations of the partially gapped Fermi surface and strongly momentum-dependent CDW gap not only provide a foundation for uncovering the mechanism of CDW in CsV$_3$Sb$_5$, but also shed light on the understanding of how the CDW coexists with superconductivity in this topological Kagome superconductor.

cond-mat.supr-con

Anisotropic superconducting properties of Kagome metal CsV3Sb5

We systematically measure the superconducting (SC) and mixed state properties of high-quality CsV3Sb5 single crystals with Tc ~ 3.5 K. We find that the upper critical field Hc2(T) exhibits a large anisotropic ratio of Hc2^(ab)/Hc2^(c) ~ 9 at zero temperature and fitting its temperature dependence requires a minimum two-band effective model. Moreover, the ratio of the lower critical field, Hc1^(ab)/Hc1^(c), is also found to be larger than 1, which indicates that the in-plane energy dispersion is strongly renormalized near Fermi energy. Both Hc1(T) and SC diamagnetic signal are found to change little initially below Tc ~ 3.5 K and then to increase abruptly upon cooling to a characteristic temperature of ~2.8 K. Furthermore, we identify a two-fold anisotropy of in-plane angular-dependent magnetoresistance in the mixed state. Interestingly, we find that, below the same characteristic T ~ 2.8 K, the orientation of this two-fold anisotropy displays a peculiar twist by an angle of 60o characteristic of the Kagome geometry. Our results suggest an intriguing superconducting state emerging in the complex environment of Kagome lattice, which, at least, is partially driven by electron-electron correlation.

cond-mat.supr-con

Roton pair density wave and unconventional strong-coupling superconductivity in a topological kagome metal

The transition-metal kagome lattice materials host frustrated, correlated, and topological quantum states of matter. Recently, a new family of vanadium-based kagome metals AV3Sb5 (A=K, Rb, and Cs) with topological band structures has been discovered. These layered compounds are nonmagnetic and undergo charge density wave transitions before developing superconductivity at low temperatures. Here we report the observation of unconventional superconductivity and pair density wave (PDW) in CsV3Sb5 using scanning tunneling microscope/spectroscopy (STM/STS) and Josephson STS. We find that CsV3Sb5 exhibits a V-shaped pairing gap {\Delta}~0.5 meV and is a strong-coupling superconductor (2{\Delta}/kBTc~5) that coexists with 4a0 unidirectional and 2a0X2a0 charge order. Remarkably, we discover a 3Q PDW accompanied by bidirectional 4a0/3 spatial modulations of the superconducting gap, coherence peak and gap-depth in the tunneling conductance. We term this novel quantum state a roton-PDW associated with an underlying vortex-antivortex lattice that can account for the observed conductance modulations. Probing the electronic states in the vortex halo in an applied magnetic field, in strong-field that suppresses superconductivity, and in zero-field above Tc reveals that the PDW is a primary state responsible for an emergent pseudogap and intertwined electronic order. Our findings show striking analogies and distinctions to the phenomenology of high-Tc cuprate superconductors, and provide groundwork for understanding the microscopic origin of correlated electronic states and superconductivity in vanadium-based kagome metals.

cond-mat.supr-con

Electronic phase diagram of iron chalcogenide superconductors FeSe1-xSx and FeSe1-yTey

Here we establish a combined electronic phase diagram of isoelectronic FeSe1-xSx (0.19 > x > 0.0) and FeSe1-yTey (0.04 < y < 1.0) single crystals. The FeSe1-yTey crystals with y = 0.04 - 0.30 are grown by a hydrothermal ion-deintercalation (HID) method. Based on combined experiments of the specific heat, electrical transport, and angle-resolved photoemission spectroscopy, no signature of the tetragonal-symmetry-broken transition to orthorhombic (nematic) phase is observed in the HID FeSe1-yTey samples, as compared with the FeSe1-xSx samples showing this transition at Ts. A ubiquitous dip-like temperature dependence of the Hall coefficient is observed around a characteristic temperature T* in the tetragonal regimes, which is well above the superconducting transition. More importantly, we find that the superconducting transition temperature Tc is positively correlated with the Hall-dip temperature T* across the FeSe1-xSx and FeSe1-yTey systems, suggesting that the tetragonal background is a fundamental host for the superconductivity.

cond-mat.supr-con