[Parallel_libs-commits] [PATCH] D24538: [SE] Add CUDA platform
Justin Lebar via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Wed Sep 14 10:27:26 PDT 2016
jlebar accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: streamexecutor/lib/platforms/cuda/CUDAPlatformDevice.cpp:51
@@ +50,3 @@
+ }
+ return Name;
+}
----------------
I wonder if we want to cache this instead of recomputing it every time.
https://reviews.llvm.org/D24538
More information about the Parallel_libs-commits
mailing list