We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea7253 commit 35935ecCopy full SHA for 35935ec
source/common/ur_util.hpp
@@ -294,7 +294,7 @@ template <typename T> struct stype_map {};
294
// stype_map_impl<UR_STRUCTURE_TYPE_USM_DEVICE_DESC> {};
295
#include "stype_map_helpers.def"
296
297
-template <typename T> constexpr int as_stype() { return stype_map<T>::value; };
+template <typename T> constexpr int as_stype() { return stype_map<T>::value; }
298
299
/// Walk a generic UR linked list looking for a node of the given type. If it's
300
/// found, its address is returned, othewise `nullptr`. e.g. to find out whether
0 commit comments