[Parallel_libs-commits] [parallel-libs] r280512 - [SE] Remove broken doc ref
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Fri Sep 2 11:07:48 PDT 2016
Author: jhen
Date: Fri Sep 2 13:07:48 2016
New Revision: 280512
URL: http://llvm.org/viewvc/llvm-project?rev=280512&view=rev
Log:
[SE] Remove broken doc ref
Modified:
parallel-libs/trunk/streamexecutor/include/streamexecutor/Device.h
Modified: parallel-libs/trunk/streamexecutor/include/streamexecutor/Device.h
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/streamexecutor/include/streamexecutor/Device.h?rev=280512&r1=280511&r2=280512&view=diff
==============================================================================
--- parallel-libs/trunk/streamexecutor/include/streamexecutor/Device.h (original)
+++ parallel-libs/trunk/streamexecutor/include/streamexecutor/Device.h Fri Sep 2 13:07:48 2016
@@ -31,9 +31,6 @@ public:
virtual ~Device();
/// Creates a kernel object for this device.
- ///
- /// See \ref CompilerGeneratedKernelExample "Kernel.h" for an example of how
- /// this method is used.
template <typename KernelT>
Expected<typename std::enable_if<std::is_base_of<KernelBase, KernelT>::value,
KernelT>::type>
More information about the Parallel_libs-commits
mailing list