Fréchet View  1.6.0
A Tool for Exploring Fréchet Distance Algorithms
clm4rm_conditions Struct Reference

Detailed Description

Manages OpenCL event dependencies; necessary when the queue is out-of-order; dependencies must be established through cl_event.

Definition at line 227 of file clm4rm.h.

#include <clm4rm.h>

Public Attributes

clm4rm_event_list event_lists [2]
 < pre-conditions and post-conditions More...
 
clm4rm_event_listpre
 pre-conditions: an operation is scheduled when all pre-conditions are met More...
 
clm4rm_event_listpost
 post-conditions: conditions after an operation finishes. post-conditions may act as pre-conditioins for the next operation. More...
 

Member Data Documentation

◆ event_lists

clm4rm_event_list clm4rm_conditions::event_lists[2]

< pre-conditions and post-conditions

Definition at line 229 of file clm4rm.h.

◆ post

clm4rm_event_list* clm4rm_conditions::post

post-conditions: conditions after an operation finishes. post-conditions may act as pre-conditioins for the next operation.

Definition at line 234 of file clm4rm.h.

◆ pre

clm4rm_event_list* clm4rm_conditions::pre

pre-conditions: an operation is scheduled when all pre-conditions are met

Definition at line 231 of file clm4rm.h.


The documentation for this struct was generated from the following file: