MCPcopy Create free account
hub / github.com/boostorg/compute / get_memory_flags

Method get_memory_flags

include/boost/compute/memory_object.hpp:76–79  ·  view source on GitHub ↗

Returns the flags for the memory object.

Source from the content-addressed store, hash-verified

74
75 /// Returns the flags for the memory object.
76 cl_mem_flags get_memory_flags() const
77 {
78 return get_memory_info<cl_mem_flags>(CL_MEM_FLAGS);
79 }
80
81 /// Returns the context for the memory object.
82 context get_context() const

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64