inducer / inducer/pyopencl

Manage bit-fields

Open
#214 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.2k
Forks
247
Avg merge
7h 2m
Merged PRs (30d)
6

Description

The PR #212 fixed a bug in pyopencl.device_type.to_string(value) as device_type is defined as a bit-field.
There are 7 types stored as bit-field:
* cl_device_type
* cl_device_fp_config
* cl_device_exec_capabilities
* cl_command_queue_properties
* cl_mem_flags
* cl_mem_migration_flags
* cl_map_flags

Shouldn't they return a list of string with the content ? What method name ? "interpreted_bitfield" ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.