mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 15:01:41 +08:00
renaming project, halo -> ray (#95)
This commit is contained in:
committed by
Philipp Moritz
parent
44ae1788ee
commit
4cc024ae36
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user