VulkanShaderCUDA.A Vulkan-based backend for PyTorch-like tensor operations, leveraging GLSL shaders for high-performance compute tasks like addition, matrix multiplication, ReLU, softmax, 2D convolution, and pooling. This project demonstrates how Vulkan can emulate CUDA-like functionality with dynamic pipelines and SPIR-V shader execution for deep learning tasks.