GitXplorerGitXplorer
K

Compiler3.jl

public
28 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
e99e1fcdd374fde17de27771cc50fb01796bfb29

Fixes

KKeno committed 4 years ago
Unverified
f10d4d53b4f5682a7c31fb20fa27d68bf049c415

Cthulhu fixes.

mmaleadt committed 4 years ago
Unverified
6c767d2bbf36fa5674af657b44cc231e7fcefd62

Get Cthulhu working on latest nightly.

mmaleadt committed 4 years ago
Unverified
0ba66d7ead0aff46cacac835a07091be22450071

Allow latest CodeTracking.

mmaleadt committed 4 years ago
Unverified
5b4d7731433f774f7911a4762ddc3f0f39c24bd6

Remove GPUCompiler dep.

mmaleadt committed 4 years ago
Verified
4a878d3041196ec7fa5d0c0aef14589d4db22212

fix quotation marks (#3)

MMasonProtter committed 4 years ago

README

The README file for this repository.

Compiler3

This is a playground package to provide companion code to the new compiler interfaces that I'm working on for base julia. It is organized thusly:

  • exploration/ - Just some scripts for my own reference playing with interfaces
  • dependents/ - Ecosystem packages (imported using git subtree) in the process of being ported to the new interface
  • src/ - Some code that I think would be useful to be generally shared

The idea here is that exploration will eventually be deleted, dependents will get merged back to the appropriate upstream package and src will become some sort of Compiler base package (maybe a stdlib, maybe not) that provides common functionality. I'm hoping by having everything in one repo, iteration will be quick.