Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions adoc/headers/deviceInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct atomic_fence_order_capabilities;
struct atomic_memory_scope_capabilities;
struct atomic_fence_scope_capabilities;
struct profiling_timer_resolution;
struct is_endian_little;
struct is_endian_little; // Deprecated

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the right indentation here and below?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look like the algo what is_grouped_somewho_match_indentation ?

struct host_unified_memory; // Deprecated
struct max_constant_buffer_size; // Deprecated
struct max_constant_args;        // Deprecated
struct is_compiler_available; // Deprecated
struct is_linker_available;   // Deprecated
struct extensions; // Deprecated

So your current indentation look correct to me too

struct is_available;
struct is_compiler_available; // Deprecated
struct is_linker_available; // Deprecated
Expand All @@ -74,13 +74,13 @@ struct platform;
struct name;
struct vendor;
struct driver_version;
struct profile;
struct profile; // Deprecated
struct version;
struct backend_version;
struct aspects;
struct extensions; // Deprecated
struct printf_buffer_size;
struct preferred_interop_user_sync;
struct printf_buffer_size; // Deprecated
struct preferred_interop_user_sync; // Deprecated
struct parent_device;
struct partition_max_sub_devices;
struct partition_properties;
Expand Down
Loading