From 4ad5039cd004525607944962589f4dc21f19e259 Mon Sep 17 00:00:00 2001
From: shenjack <3695888@qq.com>
Date: Wed, 16 Oct 2024 21:52:56 +0800
Subject: [PATCH] what
---
.idea/.gitignore | 5 +++++
.idea/modules.xml | 8 ++++++++
.idea/opencl-test.iml | 11 +++++++++++
src/main.rs | 2 +-
4 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/modules.xml
create mode 100644 .idea/opencl-test.iml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..10b731c
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..418200d
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/opencl-test.iml b/.idea/opencl-test.iml
new file mode 100644
index 0000000..cf84ae4
--- /dev/null
+++ b/.idea/opencl-test.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main.rs b/src/main.rs
index 9ce92d5..76ade9a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -55,7 +55,7 @@ fn main() -> anyhow::Result<()> {
) {
Ok(q) => q,
Err(err) => {
- println!("创建命令队列失败: {}, 属性: {}", err, property);
+ println!("创建命令队列失败: {}, 属性: {}", err, 0);
panic!();
}
};