Skip to content

Commit

Permalink
Pull upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Sep 15, 2024
1 parent 96f50af commit 1a153a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DataScraping/Reps/OpenCL-Docs
Submodule OpenCL-Docs updated from b22efd to 9aea5b
Binary file modified DataScraping/XML/OpenCL/funcs.bin
Binary file not shown.
12 changes: 6 additions & 6 deletions Packing/Template/LowLvl/OpenCL/Log/All Group's.log
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,6 @@
PRINTF_BUFFERSIZE[$40B1]
CONTEXT_SHOW_DIAGNOSTICS[$4106]

# clContextPropertyDiagnosticsLevel (cl::ContextPropertyDiagnosticsLevel) : IntPtr (Bitfield)
CONTEXT_DIAGNOSTICS_LEVEL_GOOD[1 shl 0]
CONTEXT_DIAGNOSTICS_LEVEL_BAD[1 shl 1]
CONTEXT_DIAGNOSTICS_LEVEL_NEUTRAL[1 shl 2]
CONTEXT_DIAGNOSTICS_LEVEL_ALL[$00FF]

# clD3D10DeviceSet (cl::D3D10DeviceSet) : UInt32
PREFERRED_DEVICES_FOR_D3D10[$4012]
ALL_DEVICES_FOR_D3D10[$4013]
Expand Down Expand Up @@ -631,6 +625,12 @@
UNIFIED_SHARED_MEMORY_CONCURRENT_ACCESS[1 shl 2]
UNIFIED_SHARED_MEMORY_CONCURRENT_ATOMIC_ACCESS[1 shl 3]

# clDiagnosticVerboseLevel (cl::DiagnosticVerboseLevel) : UInt64
CONTEXT_DIAGNOSTICS_LEVEL_GOOD[$0001]
CONTEXT_DIAGNOSTICS_LEVEL_BAD[$0002]
CONTEXT_DIAGNOSTICS_LEVEL_NEUTRAL[$0004]
CONTEXT_DIAGNOSTICS_LEVEL_ALL[$00FF]

# clDx9DeviceSet (cl::Dx9DeviceSet) : UInt32
PREFERRED_DEVICES_FOR_DX9[$4024]
ALL_DEVICES_FOR_DX9[$4025]
Expand Down
2 changes: 1 addition & 1 deletion Packing/Template/LowLvl/OpenCL/Log/All ObjPropList's.log
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ clPrintfCallbackArm
UIntPtr
--- CONTEXT_SHOW_DIAGNOSTICS
!type
clContextPropertyDiagnosticsLevel
clDiagnosticVerboseLevel

# clDevicePartitionProperty
--- DEVICE_PARTITION_EQUALLY
Expand Down

0 comments on commit 1a153a0

Please sign in to comment.