Unverified Commit 3fc3261f authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Merge pull request #297 from NervanaSystems/aprocter/serialize-test-on-mac

Serializer test: use INTERPRETER, not CPU
parents cba4e54e c62e8eaa
...@@ -75,7 +75,7 @@ TEST(serialize, main) ...@@ -75,7 +75,7 @@ TEST(serialize, main)
shared_ptr<Function> sfunc = deserialize(in); shared_ptr<Function> sfunc = deserialize(in);
// Now call g on some test vectors. // Now call g on some test vectors.
auto manager = runtime::Manager::get("CPU"); auto manager = runtime::Manager::get("INTERPRETER");
auto external = manager->compile(sfunc); auto external = manager->compile(sfunc);
auto backend = manager->allocate_backend(); auto backend = manager->allocate_backend();
auto cf = backend->make_call_frame(external); auto cf = backend->make_call_frame(external);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment