Refactor MQL5 EA logic and sync documentation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef MQL_AUTO_FORWARDS_INCLUDED_9CA2F4117B4FA02E
|
||||
#define MQL_AUTO_FORWARDS_INCLUDED_9CA2F4117B4FA02E
|
||||
// Auto-generated by MQL Clangd. Do not edit — regenerated by "MQL: Create Configuration".
|
||||
// Forward declarations for top-level functions in c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Double/BitonicSort.mq5
|
||||
|
||||
#line 24 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Double/BitonicSort.mq5"
|
||||
resource as string cl_program void QuickSortAscending(double &array[], int first, int last);
|
||||
#line 72 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Double/BitonicSort.mq5"
|
||||
bool QuickSort_CPU(double &data_array[], ulong &time_cpu);
|
||||
#line 88 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Double/BitonicSort.mq5"
|
||||
bool BitonicSort_GPU(COpenCL &OpenCL, double &data_array[], ulong &time_gpu);
|
||||
#line 155 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Double/BitonicSort.mq5"
|
||||
bool PrepareDataArray(long global_memory_size, double &data[], int &data_count);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user