renaming project, halo -> ray (#95)

This commit is contained in:
Robert Nishihara
2016-06-10 14:12:15 -07:00
committed by Philipp Moritz
parent 44ae1788ee
commit 4cc024ae36
41 changed files with 453 additions and 481 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
#ifndef HALO_COMPUTATIONGRAPH_H
#define HALO_COMPUTATIONGRAPH_H
#ifndef RAY_COMPUTATIONGRAPH_H
#define RAY_COMPUTATIONGRAPH_H
#include <iostream>
#include <limits>
#include "halo/halo.h"
#include "halo.grpc.pb.h"
#include "ray/ray.h"
#include "ray.grpc.pb.h"
#include "types.pb.h"
// used to represent the root operation (that is, the driver code)