一键导入
paracodex-cuda-sycl-analysis
ParaCodex prompt for cuda to sycl analysis step.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ParaCodex prompt for cuda to sycl analysis step.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ParaCodex baseline skill: translate serial / parallel code to GPU-offloaded target API, optimize, compile, and run — all in a single session.
ParaCodex prompt for cuda to hip analysis step.
ParaCodex prompt for cuda to hip step1 (implementation) step.
ParaCodex prompt for cuda to hip step2 (optimization) step.
ParaCodex prompt for cuda ocl analysis step.
ParaCodex prompt for cuda ocl step1 step.
| name | paracodex-cuda-sycl-analysis |
| description | ParaCodex prompt for cuda to sycl analysis step. |
Directory: {kernel_dir}/
Files: {file_listing}
Reference: Check Makefile in {kernel_dir}/ (do not modify)
Analyze CUDA code in {source_dir}/ for migration to SYCL. produce {kernel_dir}/analysis.md.
Copy source files to {kernel_dir}/.
{file_listing} from {source_dir} to {kernel_dir}.Reference: references/examples.md.
cudaLaunchKernel in device code (Not supported).cu* libs vs oneMKL.system_info_summary.txt and choose that size against the actual device memory and compute capability; prefer the largest short-run, memory-safe input that should load the GPU meaningfully.Reference: references/output.md (Use template).