skip to main content
US FlagAn official website of the United States government
dot gov icon
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
https lock icon
Secure .gov websites use HTTPS
A lock ( lock ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.


Title: Amphitropical disjunctions in New World Menthinae: Three Pliocene dispersals to South America following late Miocene dispersal to North America from the Old World
Award ID(s):
1655611 0910336 1655606
PAR ID:
10066706
Author(s) / Creator(s):
; ; ;
Date Published:
Journal Name:
American Journal of Botany
Volume:
104
Issue:
11
ISSN:
0002-9122
Page Range / eLocation ID:
1695 to 1707
Format(s):
Medium: X
Sponsoring Org:
National Science Foundation
More Like this
  1. During World War II, the US government’s Office of Scientific Research and Development (OSRD) supported one of the largest public investments in applied R&D in US history. Using data on all OSRD-funded invention, we show this shock had a formative impact on the US innovation system, catalyzing technology clusters across the country, with accompanying increases in high-tech entrepreneur-ship and employment. These effects persist until at least the 1970s and appear to be driven by agglomerative forces and endogenous growth. In addition to creating technology clusters, wartime R&D permanently changed the trajectory of overall US innovation in the direction of OSRD-funded technologies. 
    more » « less
  2. null (Ed.)
  3. Program optimization is the process of modifying software to execute more efficiently. Superoptimizers attempt to find the optimal program by employing significantly more expensive search and constraint solving techniques. Generally, these methods do not scale well to programs in real development scenarios, and as a result superoptimization has largely been confined to small-scale, domain-specific, and/or synthetic program benchmarks. In this paper, we propose a framework to learn to superoptimize real-world programs by using neural sequence-to-sequence models. We created a dataset consisting of over 25K real-world x86-64 assembly functions mined from open-source projects and propose an approach, Self Imitation Learning for Optimization (SILO) that is easy to implement and outperforms a standard policy gradient learning approach on our dataset. Our method, SILO, superoptimizes 5.9% of our test set when compared with the gcc version 10.3 compiler’s aggressive optimization level -O3. We also report that SILO’s rate of superoptimization on our test set is over five times that of a standard policy gradient approach and a model pre-trained on compiler optimization demonstration. 
    more » « less